HEX
#
RGB
HSL

#8B0000 CSS / HTML Preview

Text with hexadecimal color #8B0000

This text has a font color of #8B0000.

<span style="color:#8B0000;">Your text here</span>
#8B0000 border color

This element has a border color of #8B0000.

<div style="border:2px solid #8B0000;">Content here</div>
#8B0000 background color

This paragraph has a background color of #8B0000.

<p style="background-color:#8B0000;">Content here</p>
CSS codes
.text {color:#8B0000;}
.background {background-color:#8B0000;}
.border {border:1px solid #8B0000;}