Shades of Maroon #800F01
Tints of Maroon #800F01
RGB
CMYK
RGB Variations
Color information
#800F01 (or 0x800F01) is known color: Maroon. HEX triplet: 80, 0F and 01. RGB value is (128,15,1). Sum of RGB (Red+Green+Blue) = 128+15+1=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #800F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F01 is #7FF0FE. Grayscale: #2F2F2F. Windows color (decimal): -8384767 or 69504. OLE color: 69504.
HSL color Cylindrical-coordinate representation of color #800F01: hue angle of 6.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800F01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.50 |
| HSL | 6.61º | 0.98% | 0.25% | - |
| HSV(B) | 6.61º | 0.99% | 0.5% | - |
| XYZ | 9.08 | 4.93 | 0.5 | - |
| YUV | 47.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 1 | 0 | 0.88 | 0.99 | 0.50 | 6.61 | 0.98 | 0.25 |
| Hex | 80 | F | 1 | 0 | 58 | 63 | 32 | 7 | 62 | 19 |
| Octal | 200 | 17 | 1 | 0 | 130 | 143 | 62 | 7 | 142 | 31 |
| Binary | 10000000 | 1111 | 1 | 0 | 1011000 | 1100011 | 110010 | 111 | 1100010 | 11001 |
Color Harmonies of #800F01
Complementary color
Monochromatic Colors of #800F01
Black with #800F01
Text Example
Text Example
White with #800F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F01; }
p { color: rgb(128,15,1); }
H1.HeaderClassName
{
color: #800F01;
}
.AnyTagClassName
{
color: #800F01;
}
</style>
background-color css
<style>
a { background-color: #800F01; }
a { background-color: rgb(128,15,1); }
div.DivClassName
{
background-color: #800F01;
}
.BgClassName
{
background-color: #800F01;
}
</style>
border-color css
<style>
span { border-color: #800F01; }
span { border-color: rgb(128,15,1); }
td.TdClassName
{
border-color: #800F01;
}
.TagClassName
{
border-color: #800F01;
}
</style>