Shades of Maroon #791204
Tints of Maroon #791204
RGB
CMYK
RGB Variations
Color information
#791204 (or 0x791204) is known color: Maroon. HEX triplet: 79, 12 and 04. RGB value is (121,18,4). Sum of RGB (Red+Green+Blue) = 121+18+4=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #791204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791204 is #86EDFB. Grayscale: #2F2F2F. Windows color (decimal): -8842748 or 266873. OLE color: 266873.
HSL color Cylindrical-coordinate representation of color #791204: hue angle of 7.18º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #791204 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 18 | 4 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.53 |
| HSL | 7.18º | 0.94% | 0.25% | - |
| HSV(B) | 7.18º | 0.97% | 0.47% | - |
| XYZ | 8.12 | 4.51 | 0.56 | - |
| YUV | 47.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 4 | 0 | 0.85 | 0.97 | 0.53 | 7.18 | 0.94 | 0.25 |
| Hex | 79 | 12 | 4 | 0 | 55 | 61 | 35 | 7 | 5E | 19 |
| Octal | 171 | 22 | 4 | 0 | 125 | 141 | 65 | 7 | 136 | 31 |
| Binary | 1111001 | 10010 | 100 | 0 | 1010101 | 1100001 | 110101 | 111 | 1011110 | 11001 |
Color Harmonies of #791204
Complementary color
Monochromatic Colors of #791204
Black with #791204
Text Example
Text Example
White with #791204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791204; }
p { color: rgb(121,18,4); }
H1.HeaderClassName
{
color: #791204;
}
.AnyTagClassName
{
color: #791204;
}
</style>
background-color css
<style>
a { background-color: #791204; }
a { background-color: rgb(121,18,4); }
div.DivClassName
{
background-color: #791204;
}
.BgClassName
{
background-color: #791204;
}
</style>
border-color css
<style>
span { border-color: #791204; }
span { border-color: rgb(121,18,4); }
td.TdClassName
{
border-color: #791204;
}
.TagClassName
{
border-color: #791204;
}
</style>