CSS Color Background

Burgundy

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

Preview

Burgundy solid color background preview (#800020)

Color value: #800020

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #800020; }

HTML Code

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