Shades of Maroon #790202
Tints of Maroon #790202
RGB
CMYK
RGB Variations
Color information
#790202 (or 0x790202) is known color: Maroon. HEX triplet: 79, 02 and 02. RGB value is (121,2,2). Sum of RGB (Red+Green+Blue) = 121+2+2=125 (16% of max value = 765). Red value is 121 (47.66% from 255 or 96.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 121 - color contains mainly: red. Hex color #790202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790202 is #86FDFD. Grayscale: #252525. Windows color (decimal): -8846846 or 131705. OLE color: 131705.
HSL color Cylindrical-coordinate representation of color #790202: hue angle of 0º 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 #790202 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 2 | 2 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.53 |
| HSL | 0º | 0.97% | 0.24% | - |
| HSV(B) | 0º | 0.98% | 0.47% | - |
| XYZ | 7.92 | 4.11 | 0.43 | - |
| YUV | 37.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 2 | 0 | 0.98 | 0.98 | 0.53 | 0 | 0.97 | 0.24 |
| Hex | 79 | 2 | 2 | 0 | 62 | 62 | 35 | 0 | 61 | 18 |
| Octal | 171 | 2 | 2 | 0 | 142 | 142 | 65 | 0 | 141 | 30 |
| Binary | 1111001 | 10 | 10 | 0 | 1100010 | 1100010 | 110101 | 0 | 1100001 | 11000 |
Color Harmonies of #790202
Complementary color
Monochromatic Colors of #790202
Black with #790202
Text Example
Text Example
White with #790202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790202; }
p { color: rgb(121,2,2); }
H1.HeaderClassName
{
color: #790202;
}
.AnyTagClassName
{
color: #790202;
}
</style>
background-color css
<style>
a { background-color: #790202; }
a { background-color: rgb(121,2,2); }
div.DivClassName
{
background-color: #790202;
}
.BgClassName
{
background-color: #790202;
}
</style>
border-color css
<style>
span { border-color: #790202; }
span { border-color: rgb(121,2,2); }
td.TdClassName
{
border-color: #790202;
}
.TagClassName
{
border-color: #790202;
}
</style>