Shades of Sangria #7E0A0E
Tints of Sangria #7E0A0E
RGB
CMYK
RGB Variations
Color information
#7E0A0E (or 0x7E0A0E) is known color: Sangria. HEX triplet: 7E, 0A and 0E. RGB value is (126,10,14). Sum of RGB (Red+Green+Blue) = 126+10+14=150 (19% of max value = 765). Red value is 126 (49.61% from 255 or 84% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0A0E is #81F5F1. Grayscale: #2D2D2D. Windows color (decimal): -8517106 or 920190. OLE color: 920190.
HSL color Cylindrical-coordinate representation of color #7E0A0E: hue angle of 357.93º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0A0E is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 10 | 14 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.51 |
| HSL | 357.93º | 0.85% | 0.27% | - |
| HSV(B) | 357.93º | 0.92% | 0.49% | - |
| XYZ | 8.79 | 4.68 | 0.86 | - |
| YUV | 45.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 10 | 14 | 0 | 0.92 | 0.89 | 0.51 | 357.93 | 0.85 | 0.27 |
| Hex | 7E | A | E | 0 | 5C | 59 | 33 | 166 | 55 | 1B |
| Octal | 176 | 12 | 16 | 0 | 134 | 131 | 63 | 546 | 125 | 33 |
| Binary | 1111110 | 1010 | 1110 | 0 | 1011100 | 1011001 | 110011 | 101100110 | 1010101 | 11011 |
Color Harmonies of #7E0A0E
Complementary color
Monochromatic Colors of #7E0A0E
Black with #7E0A0E
Text Example
Text Example
White with #7E0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0A0E; }
p { color: rgb(126,10,14); }
H1.HeaderClassName
{
color: #7E0A0E;
}
.AnyTagClassName
{
color: #7E0A0E;
}
</style>
background-color css
<style>
a { background-color: #7E0A0E; }
a { background-color: rgb(126,10,14); }
div.DivClassName
{
background-color: #7E0A0E;
}
.BgClassName
{
background-color: #7E0A0E;
}
</style>
border-color css
<style>
span { border-color: #7E0A0E; }
span { border-color: rgb(126,10,14); }
td.TdClassName
{
border-color: #7E0A0E;
}
.TagClassName
{
border-color: #7E0A0E;
}
</style>