CSS Color Background

Dark Byzantium

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

Preview

Dark Byzantium solid color background preview (#5D3954)

Color value: #5D3954

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #5D3954; }

HTML Code

<section class="hero dark-byzantium-bg"> <h2>Your content</h2> </section> <style> .dark-byzantium-bg { background-color: #5D3954; } </style>