CSS Color Background

Vivid Burgundy

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

Preview

Vivid Burgundy solid color background preview (#9F1D35)

Color value: #9F1D35

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9F1D35; }

HTML Code

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