Shades of Sangria #7A080E
Tints of Sangria #7A080E
RGB
CMYK
RGB Variations
Color information
#7A080E (or 0x7A080E) is known color: Sangria. HEX triplet: 7A, 08 and 0E. RGB value is (122,8,14). Sum of RGB (Red+Green+Blue) = 122+8+14=144 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.72% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 122 - color contains mainly: red. Hex color #7A080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A080E is #85F7F1. Grayscale: #2A2A2A. Windows color (decimal): -8779762 or 919674. OLE color: 919674.
HSL color Cylindrical-coordinate representation of color #7A080E: hue angle of 356.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A080E is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 14 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.52 |
| HSL | 356.84º | 0.88% | 0.25% | - |
| HSV(B) | 356.84º | 0.93% | 0.48% | - |
| XYZ | 8.19 | 4.34 | 0.82 | - |
| YUV | 42.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 14 | 0 | 0.93 | 0.89 | 0.52 | 356.84 | 0.88 | 0.25 |
| Hex | 7A | 8 | E | 0 | 5D | 59 | 34 | 165 | 58 | 19 |
| Octal | 172 | 10 | 16 | 0 | 135 | 131 | 64 | 545 | 130 | 31 |
| Binary | 1111010 | 1000 | 1110 | 0 | 1011101 | 1011001 | 110100 | 101100101 | 1011000 | 11001 |
Color Harmonies of #7A080E
Complementary color
Monochromatic Colors of #7A080E
Black with #7A080E
Text Example
Text Example
White with #7A080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A080E; }
p { color: rgb(122,8,14); }
H1.HeaderClassName
{
color: #7A080E;
}
.AnyTagClassName
{
color: #7A080E;
}
</style>
background-color css
<style>
a { background-color: #7A080E; }
a { background-color: rgb(122,8,14); }
div.DivClassName
{
background-color: #7A080E;
}
.BgClassName
{
background-color: #7A080E;
}
</style>
border-color css
<style>
span { border-color: #7A080E; }
span { border-color: rgb(122,8,14); }
td.TdClassName
{
border-color: #7A080E;
}
.TagClassName
{
border-color: #7A080E;
}
</style>