CSS Color Background

Vivid Auburn

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

Preview

Vivid Auburn solid color background preview (#922724)

Color value: #922724

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #922724; }

HTML Code

<section class="hero vivid-auburn-bg"> <h2>Your content</h2> </section> <style> .vivid-auburn-bg { background-color: #922724; } </style>