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