Shades of Sangria #7A0A0E
Tints of Sangria #7A0A0E
RGB
CMYK
RGB Variations
Color information
#7A0A0E (or 0x7A0A0E) is known color: Sangria. HEX triplet: 7A, 0A and 0E. RGB value is (122,10,14). Sum of RGB (Red+Green+Blue) = 122+10+14=146 (19% of max value = 765). Red value is 122 (48.05% from 255 or 83.56% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0A0E is #85F5F1. Grayscale: #2C2C2C. Windows color (decimal): -8779250 or 920186. OLE color: 920186.
HSL color Cylindrical-coordinate representation of color #7A0A0E: hue angle of 357.86º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0A0E is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 10 | 14 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.52 |
| HSL | 357.86º | 0.85% | 0.26% | - |
| HSV(B) | 357.86º | 0.92% | 0.48% | - |
| XYZ | 8.21 | 4.39 | 0.83 | - |
| YUV | 43.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 14 | 0 | 0.92 | 0.89 | 0.52 | 357.86 | 0.85 | 0.26 |
| Hex | 7A | A | E | 0 | 5C | 59 | 34 | 166 | 55 | 1A |
| Octal | 172 | 12 | 16 | 0 | 134 | 131 | 64 | 546 | 125 | 32 |
| Binary | 1111010 | 1010 | 1110 | 0 | 1011100 | 1011001 | 110100 | 101100110 | 1010101 | 11010 |
Color Harmonies of #7A0A0E
Complementary color
Monochromatic Colors of #7A0A0E
Black with #7A0A0E
Text Example
Text Example
White with #7A0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0A0E; }
p { color: rgb(122,10,14); }
H1.HeaderClassName
{
color: #7A0A0E;
}
.AnyTagClassName
{
color: #7A0A0E;
}
</style>
background-color css
<style>
a { background-color: #7A0A0E; }
a { background-color: rgb(122,10,14); }
div.DivClassName
{
background-color: #7A0A0E;
}
.BgClassName
{
background-color: #7A0A0E;
}
</style>
border-color css
<style>
span { border-color: #7A0A0E; }
span { border-color: rgb(122,10,14); }
td.TdClassName
{
border-color: #7A0A0E;
}
.TagClassName
{
border-color: #7A0A0E;
}
</style>