CSS Color Background

Old Burgundy

Pure CSS color background: #43302E. Use this solid color for personal and commercial creative projects.

Preview

Old Burgundy solid color background preview (#43302E)

Color value: #43302E

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #43302E; }

HTML Code

<section class="hero old-burgundy-bg"> <h2>Your content</h2> </section> <style> .old-burgundy-bg { background-color: #43302E; } </style>