Shades of Maroon #801404
Tints of Maroon #801404
RGB
CMYK
RGB Variations
Color information
#801404 (or 0x801404) is known color: Maroon. HEX triplet: 80, 14 and 04. RGB value is (128,20,4). Sum of RGB (Red+Green+Blue) = 128+20+4=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #801404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801404 is #7FEBFB. Grayscale: #323232. Windows color (decimal): -8383484 or 267392. OLE color: 267392.
HSL color Cylindrical-coordinate representation of color #801404: hue angle of 7.74º 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 #801404 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 4 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.50 |
| HSL | 7.74º | 0.94% | 0.26% | - |
| HSV(B) | 7.74º | 0.97% | 0.5% | - |
| XYZ | 9.17 | 5.1 | 0.62 | - |
| YUV | 50.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 4 | 0 | 0.84 | 0.97 | 0.50 | 7.74 | 0.94 | 0.26 |
| Hex | 80 | 14 | 4 | 0 | 54 | 61 | 32 | 8 | 5E | 1A |
| Octal | 200 | 24 | 4 | 0 | 124 | 141 | 62 | 10 | 136 | 32 |
| Binary | 10000000 | 10100 | 100 | 0 | 1010100 | 1100001 | 110010 | 1000 | 1011110 | 11010 |
Color Harmonies of #801404
Complementary color
Monochromatic Colors of #801404
Black with #801404
Text Example
Text Example
White with #801404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801404; }
p { color: rgb(128,20,4); }
H1.HeaderClassName
{
color: #801404;
}
.AnyTagClassName
{
color: #801404;
}
</style>
background-color css
<style>
a { background-color: #801404; }
a { background-color: rgb(128,20,4); }
div.DivClassName
{
background-color: #801404;
}
.BgClassName
{
background-color: #801404;
}
</style>
border-color css
<style>
span { border-color: #801404; }
span { border-color: rgb(128,20,4); }
td.TdClassName
{
border-color: #801404;
}
.TagClassName
{
border-color: #801404;
}
</style>