CSS Color Background

Wine

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

Preview

Wine solid color background preview (#722F37)

Color value: #722F37

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #722F37; }

HTML Code

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