Shades of Maroon #790C02
Tints of Maroon #790C02
RGB
CMYK
RGB Variations
Color information
#790C02 (or 0x790C02) is known color: Maroon. HEX triplet: 79, 0C and 02. RGB value is (121,12,2). Sum of RGB (Red+Green+Blue) = 121+12+2=135 (17% of max value = 765). Red value is 121 (47.66% from 255 or 89.63% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 121 - color contains mainly: red. Hex color #790C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C02 is #86F3FD. Grayscale: #2B2B2B. Windows color (decimal): -8844286 or 134265. OLE color: 134265.
HSL color Cylindrical-coordinate representation of color #790C02: hue angle of 5.04º 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 #790C02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.53 |
| HSL | 5.04º | 0.97% | 0.24% | - |
| HSV(B) | 5.04º | 0.98% | 0.47% | - |
| XYZ | 8.03 | 4.33 | 0.47 | - |
| YUV | 43.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 2 | 0 | 0.90 | 0.98 | 0.53 | 5.04 | 0.97 | 0.24 |
| Hex | 79 | C | 2 | 0 | 5A | 62 | 35 | 5 | 61 | 18 |
| Octal | 171 | 14 | 2 | 0 | 132 | 142 | 65 | 5 | 141 | 30 |
| Binary | 1111001 | 1100 | 10 | 0 | 1011010 | 1100010 | 110101 | 101 | 1100001 | 11000 |
Color Harmonies of #790C02
Complementary color
Monochromatic Colors of #790C02
Black with #790C02
Text Example
Text Example
White with #790C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C02; }
p { color: rgb(121,12,2); }
H1.HeaderClassName
{
color: #790C02;
}
.AnyTagClassName
{
color: #790C02;
}
</style>
background-color css
<style>
a { background-color: #790C02; }
a { background-color: rgb(121,12,2); }
div.DivClassName
{
background-color: #790C02;
}
.BgClassName
{
background-color: #790C02;
}
</style>
border-color css
<style>
span { border-color: #790C02; }
span { border-color: rgb(121,12,2); }
td.TdClassName
{
border-color: #790C02;
}
.TagClassName
{
border-color: #790C02;
}
</style>