Shades of Maroon #800C00
Tints of Maroon #800C00
RGB
CMYK
RGB Variations
Color information
#800C00 (or 0x800C00) is known color: Maroon. HEX triplet: 80, 0C and 00. RGB value is (128,12,0). Sum of RGB (Red+Green+Blue) = 128+12+0=140 (18% of max value = 765). Red value is 128 (50.39% from 255 or 91.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 128 - color contains mainly: red. Hex color #800C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C00 is #7FF3FF. Grayscale: #2D2D2D. Windows color (decimal): -8385536 or 3200. OLE color: 3200.
HSL color Cylindrical-coordinate representation of color #800C00: hue angle of 5.62º 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 #800C00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.50 |
| HSL | 5.63º | 1% | 0.25% | - |
| HSV(B) | 5.63º | 1% | 0.5% | - |
| XYZ | 9.03 | 4.85 | 0.46 | - |
| YUV | 45.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 0 | 0 | 0.91 | 1 | 0.50 | 5.63 | 1 | 0.25 |
| Hex | 80 | C | 0 | 0 | 5B | 64 | 32 | 6 | 64 | 19 |
| Octal | 200 | 14 | 0 | 0 | 133 | 144 | 62 | 6 | 144 | 31 |
| Binary | 10000000 | 1100 | 0 | 0 | 1011011 | 1100100 | 110010 | 110 | 1100100 | 11001 |
Color Harmonies of #800C00
Complementary color
Monochromatic Colors of #800C00
Black with #800C00
Text Example
Text Example
White with #800C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C00; }
p { color: rgb(128,12,0); }
H1.HeaderClassName
{
color: #800C00;
}
.AnyTagClassName
{
color: #800C00;
}
</style>
background-color css
<style>
a { background-color: #800C00; }
a { background-color: rgb(128,12,0); }
div.DivClassName
{
background-color: #800C00;
}
.BgClassName
{
background-color: #800C00;
}
</style>
border-color css
<style>
span { border-color: #800C00; }
span { border-color: rgb(128,12,0); }
td.TdClassName
{
border-color: #800C00;
}
.TagClassName
{
border-color: #800C00;
}
</style>