Shades of Maroon #790C05
Tints of Maroon #790C05
RGB
CMYK
RGB Variations
Color information
#790C05 (or 0x790C05) is known color: Maroon. HEX triplet: 79, 0C and 05. RGB value is (121,12,5). Sum of RGB (Red+Green+Blue) = 121+12+5=138 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.68% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 121 - color contains mainly: red. Hex color #790C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C05 is #86F3FA. Grayscale: #2B2B2B. Windows color (decimal): -8844283 or 330873. OLE color: 330873.
HSL color Cylindrical-coordinate representation of color #790C05: hue angle of 3.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790C05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 5 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.53 |
| HSL | 3.62º | 0.92% | 0.25% | - |
| HSV(B) | 3.62º | 0.96% | 0.47% | - |
| XYZ | 8.04 | 4.34 | 0.56 | - |
| YUV | 43.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 5 | 0 | 0.90 | 0.96 | 0.53 | 3.62 | 0.92 | 0.25 |
| Hex | 79 | C | 5 | 0 | 5A | 60 | 35 | 4 | 5C | 19 |
| Octal | 171 | 14 | 5 | 0 | 132 | 140 | 65 | 4 | 134 | 31 |
| Binary | 1111001 | 1100 | 101 | 0 | 1011010 | 1100000 | 110101 | 100 | 1011100 | 11001 |
Color Harmonies of #790C05
Complementary color
Monochromatic Colors of #790C05
Black with #790C05
Text Example
Text Example
White with #790C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C05; }
p { color: rgb(121,12,5); }
H1.HeaderClassName
{
color: #790C05;
}
.AnyTagClassName
{
color: #790C05;
}
</style>
background-color css
<style>
a { background-color: #790C05; }
a { background-color: rgb(121,12,5); }
div.DivClassName
{
background-color: #790C05;
}
.BgClassName
{
background-color: #790C05;
}
</style>
border-color css
<style>
span { border-color: #790C05; }
span { border-color: rgb(121,12,5); }
td.TdClassName
{
border-color: #790C05;
}
.TagClassName
{
border-color: #790C05;
}
</style>