Shades of Maroon #800907
Tints of Maroon #800907
RGB
CMYK
RGB Variations
Color information
#800907 (or 0x800907) is known color: Maroon. HEX triplet: 80, 09 and 07. RGB value is (128,9,7). Sum of RGB (Red+Green+Blue) = 128+9+7=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #800907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800907 is #7FF6F8. Grayscale: #2C2C2C. Windows color (decimal): -8386297 or 461184. OLE color: 461184.
HSL color Cylindrical-coordinate representation of color #800907: hue angle of 0.99º 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 #800907 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 7 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.50 |
| HSL | 0.99º | 0.9% | 0.26% | - |
| HSV(B) | 0.99º | 0.95% | 0.5% | - |
| XYZ | 9.04 | 4.8 | 0.65 | - |
| YUV | 44.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 7 | 0 | 0.93 | 0.95 | 0.50 | 0.99 | 0.9 | 0.26 |
| Hex | 80 | 9 | 7 | 0 | 5D | 5F | 32 | 1 | 5A | 1A |
| Octal | 200 | 11 | 7 | 0 | 135 | 137 | 62 | 1 | 132 | 32 |
| Binary | 10000000 | 1001 | 111 | 0 | 1011101 | 1011111 | 110010 | 1 | 1011010 | 11010 |
Color Harmonies of #800907
Complementary color
Monochromatic Colors of #800907
Black with #800907
Text Example
Text Example
White with #800907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800907; }
p { color: rgb(128,9,7); }
H1.HeaderClassName
{
color: #800907;
}
.AnyTagClassName
{
color: #800907;
}
</style>
background-color css
<style>
a { background-color: #800907; }
a { background-color: rgb(128,9,7); }
div.DivClassName
{
background-color: #800907;
}
.BgClassName
{
background-color: #800907;
}
</style>
border-color css
<style>
span { border-color: #800907; }
span { border-color: rgb(128,9,7); }
td.TdClassName
{
border-color: #800907;
}
.TagClassName
{
border-color: #800907;
}
</style>