Shades of Maroon #800D06
Tints of Maroon #800D06
RGB
CMYK
RGB Variations
Color information
#800D06 (or 0x800D06) is known color: Maroon. HEX triplet: 80, 0D and 06. RGB value is (128,13,6). Sum of RGB (Red+Green+Blue) = 128+13+6=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #800D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D06 is #7FF2F9. Grayscale: #2E2E2E. Windows color (decimal): -8385274 or 396672. OLE color: 396672.
HSL color Cylindrical-coordinate representation of color #800D06: hue angle of 3.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800D06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 6 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.50 |
| HSL | 3.44º | 0.91% | 0.26% | - |
| HSV(B) | 3.44º | 0.95% | 0.5% | - |
| XYZ | 9.08 | 4.89 | 0.64 | - |
| YUV | 46.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 6 | 0 | 0.90 | 0.95 | 0.50 | 3.44 | 0.91 | 0.26 |
| Hex | 80 | D | 6 | 0 | 5A | 5F | 32 | 3 | 5B | 1A |
| Octal | 200 | 15 | 6 | 0 | 132 | 137 | 62 | 3 | 133 | 32 |
| Binary | 10000000 | 1101 | 110 | 0 | 1011010 | 1011111 | 110010 | 11 | 1011011 | 11010 |
Color Harmonies of #800D06
Complementary color
Monochromatic Colors of #800D06
Black with #800D06
Text Example
Text Example
White with #800D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D06; }
p { color: rgb(128,13,6); }
H1.HeaderClassName
{
color: #800D06;
}
.AnyTagClassName
{
color: #800D06;
}
</style>
background-color css
<style>
a { background-color: #800D06; }
a { background-color: rgb(128,13,6); }
div.DivClassName
{
background-color: #800D06;
}
.BgClassName
{
background-color: #800D06;
}
</style>
border-color css
<style>
span { border-color: #800D06; }
span { border-color: rgb(128,13,6); }
td.TdClassName
{
border-color: #800D06;
}
.TagClassName
{
border-color: #800D06;
}
</style>