Shades of Maroon #800905
Tints of Maroon #800905
RGB
CMYK
RGB Variations
Color information
#800905 (or 0x800905) is known color: Maroon. HEX triplet: 80, 09 and 05. RGB value is (128,9,5). Sum of RGB (Red+Green+Blue) = 128+9+5=142 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.14% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 128 - color contains mainly: red. Hex color #800905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800905 is #7FF6FA. Grayscale: #2C2C2C. Windows color (decimal): -8386299 or 330112. OLE color: 330112.
HSL color Cylindrical-coordinate representation of color #800905: hue angle of 1.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800905 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 5 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.50 |
| HSL | 1.95º | 0.92% | 0.26% | - |
| HSV(B) | 1.95º | 0.96% | 0.5% | - |
| XYZ | 9.03 | 4.8 | 0.59 | - |
| YUV | 44.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 5 | 0 | 0.93 | 0.96 | 0.50 | 1.95 | 0.92 | 0.26 |
| Hex | 80 | 9 | 5 | 0 | 5D | 60 | 32 | 2 | 5C | 1A |
| Octal | 200 | 11 | 5 | 0 | 135 | 140 | 62 | 2 | 134 | 32 |
| Binary | 10000000 | 1001 | 101 | 0 | 1011101 | 1100000 | 110010 | 10 | 1011100 | 11010 |
Color Harmonies of #800905
Complementary color
Monochromatic Colors of #800905
Black with #800905
Text Example
Text Example
White with #800905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800905; }
p { color: rgb(128,9,5); }
H1.HeaderClassName
{
color: #800905;
}
.AnyTagClassName
{
color: #800905;
}
</style>
background-color css
<style>
a { background-color: #800905; }
a { background-color: rgb(128,9,5); }
div.DivClassName
{
background-color: #800905;
}
.BgClassName
{
background-color: #800905;
}
</style>
border-color css
<style>
span { border-color: #800905; }
span { border-color: rgb(128,9,5); }
td.TdClassName
{
border-color: #800905;
}
.TagClassName
{
border-color: #800905;
}
</style>