CSS Color Background

Maroon (Html/Css)

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

Preview

Maroon (Html/Css) solid color background preview (#800000)

Color value: #800000

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #800000; }

HTML Code

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