HEX
#
RGB
HSL

#800000 CSS / HTML Preview

Text with hexadecimal color #800000

This text has a font color of #800000.

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

This element has a border color of #800000.

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

This paragraph has a background color of #800000.

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