Shades of Maroon #800404
Tints of Maroon #800404
RGB
CMYK
RGB Variations
Color information
#800404 (or 0x800404) is known color: Maroon. HEX triplet: 80, 04 and 04. RGB value is (128,4,4). Sum of RGB (Red+Green+Blue) = 128+4+4=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800404 is #7FFBFB. Grayscale: #292929. Windows color (decimal): -8387580 or 263296. OLE color: 263296.
HSL color Cylindrical-coordinate representation of color #800404: hue angle of 0º 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 #800404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 4 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.50 |
| HSL | 0º | 0.94% | 0.26% | - |
| HSV(B) | 0º | 0.97% | 0.5% | - |
| XYZ | 8.97 | 4.68 | 0.55 | - |
| YUV | 41.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 4 | 0 | 0.97 | 0.97 | 0.50 | 0 | 0.94 | 0.26 |
| Hex | 80 | 4 | 4 | 0 | 61 | 61 | 32 | 0 | 5E | 1A |
| Octal | 200 | 4 | 4 | 0 | 141 | 141 | 62 | 0 | 136 | 32 |
| Binary | 10000000 | 100 | 100 | 0 | 1100001 | 1100001 | 110010 | 0 | 1011110 | 11010 |
Color Harmonies of #800404
Complementary color
Monochromatic Colors of #800404
Black with #800404
Text Example
Text Example
White with #800404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800404; }
p { color: rgb(128,4,4); }
H1.HeaderClassName
{
color: #800404;
}
.AnyTagClassName
{
color: #800404;
}
</style>
background-color css
<style>
a { background-color: #800404; }
a { background-color: rgb(128,4,4); }
div.DivClassName
{
background-color: #800404;
}
.BgClassName
{
background-color: #800404;
}
</style>
border-color css
<style>
span { border-color: #800404; }
span { border-color: rgb(128,4,4); }
td.TdClassName
{
border-color: #800404;
}
.TagClassName
{
border-color: #800404;
}
</style>