Shades of Maroon #801000
Tints of Maroon #801000
RGB
CMYK
RGB Variations
Color information
#801000 (or 0x801000) is known color: Maroon. HEX triplet: 80, 10 and 00. RGB value is (128,16,0). Sum of RGB (Red+Green+Blue) = 128+16+0=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #801000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801000 is #7FEFFF. Grayscale: #2F2F2F. Windows color (decimal): -8384512 or 4224. OLE color: 4224.
HSL color Cylindrical-coordinate representation of color #801000: hue angle of 7.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #801000 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.50 |
| HSL | 7.5º | 1% | 0.25% | - |
| HSV(B) | 7.5º | 1% | 0.5% | - |
| XYZ | 9.09 | 4.96 | 0.48 | - |
| YUV | 47.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 0 | 0 | 0.88 | 1 | 0.50 | 7.5 | 1 | 0.25 |
| Hex | 80 | 10 | 0 | 0 | 58 | 64 | 32 | 8 | 64 | 19 |
| Octal | 200 | 20 | 0 | 0 | 130 | 144 | 62 | 10 | 144 | 31 |
| Binary | 10000000 | 10000 | 0 | 0 | 1011000 | 1100100 | 110010 | 1000 | 1100100 | 11001 |
Color Harmonies of #801000
Complementary color
Monochromatic Colors of #801000
Black with #801000
Text Example
Text Example
White with #801000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801000; }
p { color: rgb(128,16,0); }
H1.HeaderClassName
{
color: #801000;
}
.AnyTagClassName
{
color: #801000;
}
</style>
background-color css
<style>
a { background-color: #801000; }
a { background-color: rgb(128,16,0); }
div.DivClassName
{
background-color: #801000;
}
.BgClassName
{
background-color: #801000;
}
</style>
border-color css
<style>
span { border-color: #801000; }
span { border-color: rgb(128,16,0); }
td.TdClassName
{
border-color: #801000;
}
.TagClassName
{
border-color: #801000;
}
</style>