Shades of Maroon #800804
Tints of Maroon #800804
RGB
CMYK
RGB Variations
Color information
#800804 (or 0x800804) is known color: Maroon. HEX triplet: 80, 08 and 04. RGB value is (128,8,4). Sum of RGB (Red+Green+Blue) = 128+8+4=140 (18% of max value = 765). Red value is 128 (50.39% from 255 or 91.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 128 - color contains mainly: red. Hex color #800804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800804 is #7FF7FB. Grayscale: #2B2B2B. Windows color (decimal): -8386556 or 264320. OLE color: 264320.
HSL color Cylindrical-coordinate representation of color #800804: hue angle of 1.94º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800804 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 4 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.50 |
| HSL | 1.94º | 0.94% | 0.26% | - |
| HSV(B) | 1.94º | 0.97% | 0.5% | - |
| XYZ | 9.01 | 4.77 | 0.56 | - |
| YUV | 43.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 4 | 0 | 0.94 | 0.97 | 0.50 | 1.94 | 0.94 | 0.26 |
| Hex | 80 | 8 | 4 | 0 | 5E | 61 | 32 | 2 | 5E | 1A |
| Octal | 200 | 10 | 4 | 0 | 136 | 141 | 62 | 2 | 136 | 32 |
| Binary | 10000000 | 1000 | 100 | 0 | 1011110 | 1100001 | 110010 | 10 | 1011110 | 11010 |
Color Harmonies of #800804
Complementary color
Monochromatic Colors of #800804
Black with #800804
Text Example
Text Example
White with #800804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800804; }
p { color: rgb(128,8,4); }
H1.HeaderClassName
{
color: #800804;
}
.AnyTagClassName
{
color: #800804;
}
</style>
background-color css
<style>
a { background-color: #800804; }
a { background-color: rgb(128,8,4); }
div.DivClassName
{
background-color: #800804;
}
.BgClassName
{
background-color: #800804;
}
</style>
border-color css
<style>
span { border-color: #800804; }
span { border-color: rgb(128,8,4); }
td.TdClassName
{
border-color: #800804;
}
.TagClassName
{
border-color: #800804;
}
</style>