Color #800000
Maroon
#800000 is known as Maroon color, it's hex color is composed of 50.2% red, 0% green and 0% blue, its RGB value is 128,0,0. The Nearest color to #800000 with the color name is Deep Red hex code #850101
This text has a font color of #800000.
<span style="color:#800000;">Your text here</span>
This element has a border color of #800000.
<div style="border:2px solid #800000;">Content here</div>
This paragraph has a background color of #800000.
<p style="background-color:#800000;">Content here</p>
.text {color:#800000;}
.background {background-color:#800000;}
.border {border:1px solid #800000;}