Shades of Sangria #7E1112
Tints of Sangria #7E1112
RGB
CMYK
RGB Variations
Color information
#7E1112 (or 0x7E1112) is known color: Sangria. HEX triplet: 7E, 11 and 12. RGB value is (126,17,18). Sum of RGB (Red+Green+Blue) = 126+17+18=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1112 is #81EEED. Grayscale: #313131. Windows color (decimal): -8515310 or 1184126. OLE color: 1184126.
HSL color Cylindrical-coordinate representation of color #7E1112: hue angle of 359.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1112 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 17 | 18 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.51 |
| HSL | 359.45º | 0.76% | 0.28% | - |
| HSV(B) | 359.45º | 0.87% | 0.49% | - |
| XYZ | 8.91 | 4.88 | 1.04 | - |
| YUV | 49.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 17 | 18 | 0 | 0.87 | 0.86 | 0.51 | 359.45 | 0.76 | 0.28 |
| Hex | 7E | 11 | 12 | 0 | 57 | 56 | 33 | 167 | 4C | 1C |
| Octal | 176 | 21 | 22 | 0 | 127 | 126 | 63 | 547 | 114 | 34 |
| Binary | 1111110 | 10001 | 10010 | 0 | 1010111 | 1010110 | 110011 | 101100111 | 1001100 | 11100 |
Color Harmonies of #7E1112
Complementary color
Monochromatic Colors of #7E1112
Black with #7E1112
Text Example
Text Example
White with #7E1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1112; }
p { color: rgb(126,17,18); }
H1.HeaderClassName
{
color: #7E1112;
}
.AnyTagClassName
{
color: #7E1112;
}
</style>
background-color css
<style>
a { background-color: #7E1112; }
a { background-color: rgb(126,17,18); }
div.DivClassName
{
background-color: #7E1112;
}
.BgClassName
{
background-color: #7E1112;
}
</style>
border-color css
<style>
span { border-color: #7E1112; }
span { border-color: rgb(126,17,18); }
td.TdClassName
{
border-color: #7E1112;
}
.TagClassName
{
border-color: #7E1112;
}
</style>