Shades of Maroon #800D02
Tints of Maroon #800D02
RGB
CMYK
RGB Variations
Color information
#800D02 (or 0x800D02) is known color: Maroon. HEX triplet: 80, 0D and 02. RGB value is (128,13,2). Sum of RGB (Red+Green+Blue) = 128+13+2=143 (18% of max value = 765). Red value is 128 (50.39% from 255 or 89.51% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 128 - color contains mainly: red. Hex color #800D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D02 is #7FF2FD. Grayscale: #2E2E2E. Windows color (decimal): -8385278 or 134528. OLE color: 134528.
HSL color Cylindrical-coordinate representation of color #800D02: hue angle of 5.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800D02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.50 |
| HSL | 5.24º | 0.97% | 0.25% | - |
| HSV(B) | 5.24º | 0.98% | 0.5% | - |
| XYZ | 9.06 | 4.88 | 0.52 | - |
| YUV | 46.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 2 | 0 | 0.90 | 0.98 | 0.50 | 5.24 | 0.97 | 0.25 |
| Hex | 80 | D | 2 | 0 | 5A | 62 | 32 | 5 | 61 | 19 |
| Octal | 200 | 15 | 2 | 0 | 132 | 142 | 62 | 5 | 141 | 31 |
| Binary | 10000000 | 1101 | 10 | 0 | 1011010 | 1100010 | 110010 | 101 | 1100001 | 11001 |
Color Harmonies of #800D02
Complementary color
Monochromatic Colors of #800D02
Black with #800D02
Text Example
Text Example
White with #800D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D02; }
p { color: rgb(128,13,2); }
H1.HeaderClassName
{
color: #800D02;
}
.AnyTagClassName
{
color: #800D02;
}
</style>
background-color css
<style>
a { background-color: #800D02; }
a { background-color: rgb(128,13,2); }
div.DivClassName
{
background-color: #800D02;
}
.BgClassName
{
background-color: #800D02;
}
</style>
border-color css
<style>
span { border-color: #800D02; }
span { border-color: rgb(128,13,2); }
td.TdClassName
{
border-color: #800D02;
}
.TagClassName
{
border-color: #800D02;
}
</style>