Shades of Maroon #7A1404
Tints of Maroon #7A1404
RGB
CMYK
RGB Variations
Color information
#7A1404 (or 0x7A1404) is known color: Maroon. HEX triplet: 7A, 14 and 04. RGB value is (122,20,4). Sum of RGB (Red+Green+Blue) = 122+20+4=146 (19% of max value = 765). Red value is 122 (48.05% from 255 or 83.56% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1404 is #85EBFB. Grayscale: #303030. Windows color (decimal): -8776700 or 267386. OLE color: 267386.
HSL color Cylindrical-coordinate representation of color #7A1404: hue angle of 8.14º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A1404 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 20 | 4 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.52 |
| HSL | 8.14º | 0.94% | 0.25% | - |
| HSV(B) | 8.14º | 0.97% | 0.48% | - |
| XYZ | 8.3 | 4.65 | 0.57 | - |
| YUV | 48.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 4 | 0 | 0.84 | 0.97 | 0.52 | 8.14 | 0.94 | 0.25 |
| Hex | 7A | 14 | 4 | 0 | 54 | 61 | 34 | 8 | 5E | 19 |
| Octal | 172 | 24 | 4 | 0 | 124 | 141 | 64 | 10 | 136 | 31 |
| Binary | 1111010 | 10100 | 100 | 0 | 1010100 | 1100001 | 110100 | 1000 | 1011110 | 11001 |
Color Harmonies of #7A1404
Complementary color
Monochromatic Colors of #7A1404
Black with #7A1404
Text Example
Text Example
White with #7A1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1404; }
p { color: rgb(122,20,4); }
H1.HeaderClassName
{
color: #7A1404;
}
.AnyTagClassName
{
color: #7A1404;
}
</style>
background-color css
<style>
a { background-color: #7A1404; }
a { background-color: rgb(122,20,4); }
div.DivClassName
{
background-color: #7A1404;
}
.BgClassName
{
background-color: #7A1404;
}
</style>
border-color css
<style>
span { border-color: #7A1404; }
span { border-color: rgb(122,20,4); }
td.TdClassName
{
border-color: #7A1404;
}
.TagClassName
{
border-color: #7A1404;
}
</style>