Shades of Maroon #791202
Tints of Maroon #791202
RGB
CMYK
RGB Variations
Color information
#791202 (or 0x791202) is known color: Maroon. HEX triplet: 79, 12 and 02. RGB value is (121,18,2). Sum of RGB (Red+Green+Blue) = 121+18+2=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #791202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791202 is #86EDFD. Grayscale: #2F2F2F. Windows color (decimal): -8842750 or 135801. OLE color: 135801.
HSL color Cylindrical-coordinate representation of color #791202: hue angle of 8.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #791202 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 18 | 2 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.53 |
| HSL | 8.07º | 0.97% | 0.24% | - |
| HSV(B) | 8.07º | 0.98% | 0.47% | - |
| XYZ | 8.11 | 4.5 | 0.5 | - |
| YUV | 46.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 2 | 0 | 0.85 | 0.98 | 0.53 | 8.07 | 0.97 | 0.24 |
| Hex | 79 | 12 | 2 | 0 | 55 | 62 | 35 | 8 | 61 | 18 |
| Octal | 171 | 22 | 2 | 0 | 125 | 142 | 65 | 10 | 141 | 30 |
| Binary | 1111001 | 10010 | 10 | 0 | 1010101 | 1100010 | 110101 | 1000 | 1100001 | 11000 |
Color Harmonies of #791202
Complementary color
Monochromatic Colors of #791202
Black with #791202
Text Example
Text Example
White with #791202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791202; }
p { color: rgb(121,18,2); }
H1.HeaderClassName
{
color: #791202;
}
.AnyTagClassName
{
color: #791202;
}
</style>
background-color css
<style>
a { background-color: #791202; }
a { background-color: rgb(121,18,2); }
div.DivClassName
{
background-color: #791202;
}
.BgClassName
{
background-color: #791202;
}
</style>
border-color css
<style>
span { border-color: #791202; }
span { border-color: rgb(121,18,2); }
td.TdClassName
{
border-color: #791202;
}
.TagClassName
{
border-color: #791202;
}
</style>