Shades of Sangria #790C0E
Tints of Sangria #790C0E
RGB
CMYK
RGB Variations
Color information
#790C0E (or 0x790C0E) is known color: Sangria. HEX triplet: 79, 0C and 0E. RGB value is (121,12,14). Sum of RGB (Red+Green+Blue) = 121+12+14=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C0E is #86F3F1. Grayscale: #2C2C2C. Windows color (decimal): -8844274 or 920697. OLE color: 920697.
HSL color Cylindrical-coordinate representation of color #790C0E: hue angle of 358.9º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C0E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 14 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.53 |
| HSL | 358.9º | 0.82% | 0.26% | - |
| HSV(B) | 358.9º | 0.9% | 0.47% | - |
| XYZ | 8.1 | 4.36 | 0.83 | - |
| YUV | 44.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 14 | 0 | 0.90 | 0.88 | 0.53 | 358.9 | 0.82 | 0.26 |
| Hex | 79 | C | E | 0 | 5A | 58 | 35 | 167 | 52 | 1A |
| Octal | 171 | 14 | 16 | 0 | 132 | 130 | 65 | 547 | 122 | 32 |
| Binary | 1111001 | 1100 | 1110 | 0 | 1011010 | 1011000 | 110101 | 101100111 | 1010010 | 11010 |
Color Harmonies of #790C0E
Complementary color
Monochromatic Colors of #790C0E
Black with #790C0E
Text Example
Text Example
White with #790C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C0E; }
p { color: rgb(121,12,14); }
H1.HeaderClassName
{
color: #790C0E;
}
.AnyTagClassName
{
color: #790C0E;
}
</style>
background-color css
<style>
a { background-color: #790C0E; }
a { background-color: rgb(121,12,14); }
div.DivClassName
{
background-color: #790C0E;
}
.BgClassName
{
background-color: #790C0E;
}
</style>
border-color css
<style>
span { border-color: #790C0E; }
span { border-color: rgb(121,12,14); }
td.TdClassName
{
border-color: #790C0E;
}
.TagClassName
{
border-color: #790C0E;
}
</style>