CSS Color Background

Up Maroon

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

Preview

Up Maroon solid color background preview (#7B1113)

Color value: #7B1113

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7B1113; }

HTML Code

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