Shades of Sangria #9E090C
Tints of Sangria #9E090C
RGB
CMYK
RGB Variations
Color information
#9E090C (or 0x9E090C) is known color: Sangria. HEX triplet: 9E, 09 and 0C. RGB value is (158,9,12). Sum of RGB (Red+Green+Blue) = 158+9+12=179 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.27% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 158 - color contains mainly: red. Hex color #9E090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E090C is #61F6F3. Grayscale: #363636. Windows color (decimal): -6420212 or 788894. OLE color: 788894.
HSL color Cylindrical-coordinate representation of color #9E090C: hue angle of 358.79º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E090C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 12 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.38 |
| HSL | 358.79º | 0.89% | 0.33% | - |
| HSV(B) | 358.79º | 0.94% | 0.62% | - |
| XYZ | 14.26 | 7.49 | 1.04 | - |
| YUV | 53.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 12 | 0 | 0.94 | 0.92 | 0.38 | 358.79 | 0.89 | 0.33 |
| Hex | 9E | 9 | C | 0 | 5E | 5C | 26 | 167 | 59 | 21 |
| Octal | 236 | 11 | 14 | 0 | 136 | 134 | 46 | 547 | 131 | 41 |
| Binary | 10011110 | 1001 | 1100 | 0 | 1011110 | 1011100 | 100110 | 101100111 | 1011001 | 100001 |
Color Harmonies of #9E090C
Complementary color
Monochromatic Colors of #9E090C
Black with #9E090C
Text Example
Text Example
White with #9E090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E090C; }
p { color: rgb(158,9,12); }
H1.HeaderClassName
{
color: #9E090C;
}
.AnyTagClassName
{
color: #9E090C;
}
</style>
background-color css
<style>
a { background-color: #9E090C; }
a { background-color: rgb(158,9,12); }
div.DivClassName
{
background-color: #9E090C;
}
.BgClassName
{
background-color: #9E090C;
}
</style>
border-color css
<style>
span { border-color: #9E090C; }
span { border-color: rgb(158,9,12); }
td.TdClassName
{
border-color: #9E090C;
}
.TagClassName
{
border-color: #9E090C;
}
</style>