Shades of Sangria #9E1012
Tints of Sangria #9E1012
RGB
CMYK
RGB Variations
Color information
#9E1012 (or 0x9E1012) is known color: Sangria. HEX triplet: 9E, 10 and 12. RGB value is (158,16,18). Sum of RGB (Red+Green+Blue) = 158+16+18=192 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.29% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1012 is #61EFED. Grayscale: #3A3A3A. Windows color (decimal): -6418414 or 1183902. OLE color: 1183902.
HSL color Cylindrical-coordinate representation of color #9E1012: hue angle of 359.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1012 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 18 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.38 |
| HSL | 359.15º | 0.82% | 0.34% | - |
| HSV(B) | 359.15º | 0.9% | 0.62% | - |
| XYZ | 14.4 | 7.68 | 1.3 | - |
| YUV | 58.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 18 | 0 | 0.90 | 0.89 | 0.38 | 359.15 | 0.82 | 0.34 |
| Hex | 9E | 10 | 12 | 0 | 5A | 59 | 26 | 167 | 52 | 22 |
| Octal | 236 | 20 | 22 | 0 | 132 | 131 | 46 | 547 | 122 | 42 |
| Binary | 10011110 | 10000 | 10010 | 0 | 1011010 | 1011001 | 100110 | 101100111 | 1010010 | 100010 |
Color Harmonies of #9E1012
Complementary color
Monochromatic Colors of #9E1012
Black with #9E1012
Text Example
Text Example
White with #9E1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1012; }
p { color: rgb(158,16,18); }
H1.HeaderClassName
{
color: #9E1012;
}
.AnyTagClassName
{
color: #9E1012;
}
</style>
background-color css
<style>
a { background-color: #9E1012; }
a { background-color: rgb(158,16,18); }
div.DivClassName
{
background-color: #9E1012;
}
.BgClassName
{
background-color: #9E1012;
}
</style>
border-color css
<style>
span { border-color: #9E1012; }
span { border-color: rgb(158,16,18); }
td.TdClassName
{
border-color: #9E1012;
}
.TagClassName
{
border-color: #9E1012;
}
</style>