Shades of Maroon #800701
Tints of Maroon #800701
RGB
CMYK
RGB Variations
Color information
#800701 (or 0x800701) is known color: Maroon. HEX triplet: 80, 07 and 01. RGB value is (128,7,1). Sum of RGB (Red+Green+Blue) = 128+7+1=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800701 is #7FF8FE. Grayscale: #2A2A2A. Windows color (decimal): -8386815 or 67456. OLE color: 67456.
HSL color Cylindrical-coordinate representation of color #800701: hue angle of 2.83º 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 #800701 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.50 |
| HSL | 2.83º | 0.98% | 0.25% | - |
| HSV(B) | 2.83º | 0.99% | 0.5% | - |
| XYZ | 8.98 | 4.74 | 0.47 | - |
| YUV | 42.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 1 | 0 | 0.95 | 0.99 | 0.50 | 2.83 | 0.98 | 0.25 |
| Hex | 80 | 7 | 1 | 0 | 5F | 63 | 32 | 3 | 62 | 19 |
| Octal | 200 | 7 | 1 | 0 | 137 | 143 | 62 | 3 | 142 | 31 |
| Binary | 10000000 | 111 | 1 | 0 | 1011111 | 1100011 | 110010 | 11 | 1100010 | 11001 |
Color Harmonies of #800701
Complementary color
Monochromatic Colors of #800701
Black with #800701
Text Example
Text Example
White with #800701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800701; }
p { color: rgb(128,7,1); }
H1.HeaderClassName
{
color: #800701;
}
.AnyTagClassName
{
color: #800701;
}
</style>
background-color css
<style>
a { background-color: #800701; }
a { background-color: rgb(128,7,1); }
div.DivClassName
{
background-color: #800701;
}
.BgClassName
{
background-color: #800701;
}
</style>
border-color css
<style>
span { border-color: #800701; }
span { border-color: rgb(128,7,1); }
td.TdClassName
{
border-color: #800701;
}
.TagClassName
{
border-color: #800701;
}
</style>