Shades of Maroon #800602
Tints of Maroon #800602
RGB
CMYK
RGB Variations
Color information
#800602 (or 0x800602) is known color: Maroon. HEX triplet: 80, 06 and 02. RGB value is (128,6,2). Sum of RGB (Red+Green+Blue) = 128+6+2=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800602 is #7FF9FD. Grayscale: #2A2A2A. Windows color (decimal): -8387070 or 132736. OLE color: 132736.
HSL color Cylindrical-coordinate representation of color #800602: hue angle of 1.9º 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 #800602 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 2 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.50 |
| HSL | 1.9º | 0.97% | 0.25% | - |
| HSV(B) | 1.9º | 0.98% | 0.5% | - |
| XYZ | 8.98 | 4.72 | 0.5 | - |
| YUV | 42.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 2 | 0 | 0.95 | 0.98 | 0.50 | 1.9 | 0.97 | 0.25 |
| Hex | 80 | 6 | 2 | 0 | 5F | 62 | 32 | 2 | 61 | 19 |
| Octal | 200 | 6 | 2 | 0 | 137 | 142 | 62 | 2 | 141 | 31 |
| Binary | 10000000 | 110 | 10 | 0 | 1011111 | 1100010 | 110010 | 10 | 1100001 | 11001 |
Color Harmonies of #800602
Complementary color
Monochromatic Colors of #800602
Black with #800602
Text Example
Text Example
White with #800602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800602; }
p { color: rgb(128,6,2); }
H1.HeaderClassName
{
color: #800602;
}
.AnyTagClassName
{
color: #800602;
}
</style>
background-color css
<style>
a { background-color: #800602; }
a { background-color: rgb(128,6,2); }
div.DivClassName
{
background-color: #800602;
}
.BgClassName
{
background-color: #800602;
}
</style>
border-color css
<style>
span { border-color: #800602; }
span { border-color: rgb(128,6,2); }
td.TdClassName
{
border-color: #800602;
}
.TagClassName
{
border-color: #800602;
}
</style>