Shades of Sangria #7E0F12
Tints of Sangria #7E0F12
RGB
CMYK
RGB Variations
Color information
#7E0F12 (or 0x7E0F12) is known color: Sangria. HEX triplet: 7E, 0F and 12. RGB value is (126,15,18). Sum of RGB (Red+Green+Blue) = 126+15+18=159 (21% of max value = 765). Red value is 126 (49.61% from 255 or 79.25% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0F12 is #81F0ED. Grayscale: #303030. Windows color (decimal): -8515822 or 1183614. OLE color: 1183614.
HSL color Cylindrical-coordinate representation of color #7E0F12: hue angle of 358.38º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F12 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 18 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.51 |
| HSL | 358.38º | 0.79% | 0.28% | - |
| HSV(B) | 358.38º | 0.88% | 0.49% | - |
| XYZ | 8.88 | 4.82 | 1.03 | - |
| YUV | 48.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 18 | 0 | 0.88 | 0.86 | 0.51 | 358.38 | 0.79 | 0.28 |
| Hex | 7E | F | 12 | 0 | 58 | 56 | 33 | 166 | 4F | 1C |
| Octal | 176 | 17 | 22 | 0 | 130 | 126 | 63 | 546 | 117 | 34 |
| Binary | 1111110 | 1111 | 10010 | 0 | 1011000 | 1010110 | 110011 | 101100110 | 1001111 | 11100 |
Color Harmonies of #7E0F12
Complementary color
Monochromatic Colors of #7E0F12
Black with #7E0F12
Text Example
Text Example
White with #7E0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F12; }
p { color: rgb(126,15,18); }
H1.HeaderClassName
{
color: #7E0F12;
}
.AnyTagClassName
{
color: #7E0F12;
}
</style>
background-color css
<style>
a { background-color: #7E0F12; }
a { background-color: rgb(126,15,18); }
div.DivClassName
{
background-color: #7E0F12;
}
.BgClassName
{
background-color: #7E0F12;
}
</style>
border-color css
<style>
span { border-color: #7E0F12; }
span { border-color: rgb(126,15,18); }
td.TdClassName
{
border-color: #7E0F12;
}
.TagClassName
{
border-color: #7E0F12;
}
</style>