Shades of Maroon #800601
Tints of Maroon #800601
RGB
CMYK
RGB Variations
Color information
#800601 (or 0x800601) is known color: Maroon. HEX triplet: 80, 06 and 01. RGB value is (128,6,1). Sum of RGB (Red+Green+Blue) = 128+6+1=135 (17% of max value = 765). Red value is 128 (50.39% from 255 or 94.81% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 128 - color contains mainly: red. Hex color #800601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800601 is #7FF9FE. Grayscale: #2A2A2A. Windows color (decimal): -8387071 or 67200. OLE color: 67200.
HSL color Cylindrical-coordinate representation of color #800601: hue angle of 2.36º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800601 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.50 |
| HSL | 2.36º | 0.98% | 0.25% | - |
| HSV(B) | 2.36º | 0.99% | 0.5% | - |
| XYZ | 8.97 | 4.72 | 0.47 | - |
| YUV | 41.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 1 | 0 | 0.95 | 0.99 | 0.50 | 2.36 | 0.98 | 0.25 |
| Hex | 80 | 6 | 1 | 0 | 5F | 63 | 32 | 2 | 62 | 19 |
| Octal | 200 | 6 | 1 | 0 | 137 | 143 | 62 | 2 | 142 | 31 |
| Binary | 10000000 | 110 | 1 | 0 | 1011111 | 1100011 | 110010 | 10 | 1100010 | 11001 |
Color Harmonies of #800601
Complementary color
Monochromatic Colors of #800601
Black with #800601
Text Example
Text Example
White with #800601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800601; }
p { color: rgb(128,6,1); }
H1.HeaderClassName
{
color: #800601;
}
.AnyTagClassName
{
color: #800601;
}
</style>
background-color css
<style>
a { background-color: #800601; }
a { background-color: rgb(128,6,1); }
div.DivClassName
{
background-color: #800601;
}
.BgClassName
{
background-color: #800601;
}
</style>
border-color css
<style>
span { border-color: #800601; }
span { border-color: rgb(128,6,1); }
td.TdClassName
{
border-color: #800601;
}
.TagClassName
{
border-color: #800601;
}
</style>