Shades of Maroon #800C01
Tints of Maroon #800C01
RGB
CMYK
RGB Variations
Color information
#800C01 (or 0x800C01) is known color: Maroon. HEX triplet: 80, 0C and 01. RGB value is (128,12,1). Sum of RGB (Red+Green+Blue) = 128+12+1=141 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.78% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 128 - color contains mainly: red. Hex color #800C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C01 is #7FF3FE. Grayscale: #2D2D2D. Windows color (decimal): -8385535 or 68736. OLE color: 68736.
HSL color Cylindrical-coordinate representation of color #800C01: hue angle of 5.2º 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 #800C01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.50 |
| HSL | 5.2º | 0.98% | 0.25% | - |
| HSV(B) | 5.2º | 0.99% | 0.5% | - |
| XYZ | 9.04 | 4.85 | 0.49 | - |
| YUV | 45.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 1 | 0 | 0.91 | 0.99 | 0.50 | 5.2 | 0.98 | 0.25 |
| Hex | 80 | C | 1 | 0 | 5B | 63 | 32 | 5 | 62 | 19 |
| Octal | 200 | 14 | 1 | 0 | 133 | 143 | 62 | 5 | 142 | 31 |
| Binary | 10000000 | 1100 | 1 | 0 | 1011011 | 1100011 | 110010 | 101 | 1100010 | 11001 |
Color Harmonies of #800C01
Complementary color
Monochromatic Colors of #800C01
Black with #800C01
Text Example
Text Example
White with #800C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C01; }
p { color: rgb(128,12,1); }
H1.HeaderClassName
{
color: #800C01;
}
.AnyTagClassName
{
color: #800C01;
}
</style>
background-color css
<style>
a { background-color: #800C01; }
a { background-color: rgb(128,12,1); }
div.DivClassName
{
background-color: #800C01;
}
.BgClassName
{
background-color: #800C01;
}
</style>
border-color css
<style>
span { border-color: #800C01; }
span { border-color: rgb(128,12,1); }
td.TdClassName
{
border-color: #800C01;
}
.TagClassName
{
border-color: #800C01;
}
</style>