Shades of Maroon #800707
Tints of Maroon #800707
RGB
CMYK
RGB Variations
Color information
#800707 (or 0x800707) is known color: Maroon. HEX triplet: 80, 07 and 07. RGB value is (128,7,7). Sum of RGB (Red+Green+Blue) = 128+7+7=142 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.14% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 128 - color contains mainly: red. Hex color #800707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800707 is #7FF8F8. Grayscale: #2B2B2B. Windows color (decimal): -8386809 or 460672. OLE color: 460672.
HSL color Cylindrical-coordinate representation of color #800707: hue angle of 0º degrees, saturation: 0.9, 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 #800707 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 7 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.50 |
| HSL | 0º | 0.9% | 0.26% | - |
| HSV(B) | 0º | 0.95% | 0.5% | - |
| XYZ | 9.02 | 4.76 | 0.64 | - |
| YUV | 43.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 7 | 0 | 0.95 | 0.95 | 0.50 | 0 | 0.9 | 0.26 |
| Hex | 80 | 7 | 7 | 0 | 5F | 5F | 32 | 0 | 5A | 1A |
| Octal | 200 | 7 | 7 | 0 | 137 | 137 | 62 | 0 | 132 | 32 |
| Binary | 10000000 | 111 | 111 | 0 | 1011111 | 1011111 | 110010 | 0 | 1011010 | 11010 |
Color Harmonies of #800707
Complementary color
Monochromatic Colors of #800707
Black with #800707
Text Example
Text Example
White with #800707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800707; }
p { color: rgb(128,7,7); }
H1.HeaderClassName
{
color: #800707;
}
.AnyTagClassName
{
color: #800707;
}
</style>
background-color css
<style>
a { background-color: #800707; }
a { background-color: rgb(128,7,7); }
div.DivClassName
{
background-color: #800707;
}
.BgClassName
{
background-color: #800707;
}
</style>
border-color css
<style>
span { border-color: #800707; }
span { border-color: rgb(128,7,7); }
td.TdClassName
{
border-color: #800707;
}
.TagClassName
{
border-color: #800707;
}
</style>