CSS Color Background

Wine Dregs

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

Preview

Wine Dregs solid color background preview (#673147)

Color value: #673147

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #673147; }

HTML Code

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