Shades of Maroon #800C05
Tints of Maroon #800C05
RGB
CMYK
RGB Variations
Color information
#800C05 (or 0x800C05) is known color: Maroon. HEX triplet: 80, 0C and 05. RGB value is (128,12,5). Sum of RGB (Red+Green+Blue) = 128+12+5=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #800C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C05 is #7FF3FA. Grayscale: #2E2E2E. Windows color (decimal): -8385531 or 330880. OLE color: 330880.
HSL color Cylindrical-coordinate representation of color #800C05: hue angle of 3.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800C05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 5 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.50 |
| HSL | 3.41º | 0.92% | 0.26% | - |
| HSV(B) | 3.41º | 0.96% | 0.5% | - |
| XYZ | 9.06 | 4.86 | 0.6 | - |
| YUV | 45.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 5 | 0 | 0.91 | 0.96 | 0.50 | 3.41 | 0.92 | 0.26 |
| Hex | 80 | C | 5 | 0 | 5B | 60 | 32 | 3 | 5C | 1A |
| Octal | 200 | 14 | 5 | 0 | 133 | 140 | 62 | 3 | 134 | 32 |
| Binary | 10000000 | 1100 | 101 | 0 | 1011011 | 1100000 | 110010 | 11 | 1011100 | 11010 |
Color Harmonies of #800C05
Complementary color
Monochromatic Colors of #800C05
Black with #800C05
Text Example
Text Example
White with #800C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C05; }
p { color: rgb(128,12,5); }
H1.HeaderClassName
{
color: #800C05;
}
.AnyTagClassName
{
color: #800C05;
}
</style>
background-color css
<style>
a { background-color: #800C05; }
a { background-color: rgb(128,12,5); }
div.DivClassName
{
background-color: #800C05;
}
.BgClassName
{
background-color: #800C05;
}
</style>
border-color css
<style>
span { border-color: #800C05; }
span { border-color: rgb(128,12,5); }
td.TdClassName
{
border-color: #800C05;
}
.TagClassName
{
border-color: #800C05;
}
</style>