CSS Color Background

Rosewood

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

Preview

Rosewood solid color background preview (#65000B)

Color value: #65000B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #65000B; }

HTML Code

<section class="hero rosewood-bg"> <h2>Your content</h2> </section> <style> .rosewood-bg { background-color: #65000B; } </style>