CSS Color Background

Sangria

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

Preview

Sangria solid color background preview (#92000A)

Color value: #92000A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #92000A; }

HTML Code

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