Shades of Sangria #9E090B
Tints of Sangria #9E090B
RGB
CMYK
RGB Variations
Color information
#9E090B (or 0x9E090B) is known color: Sangria. HEX triplet: 9E, 09 and 0B. RGB value is (158,9,11). Sum of RGB (Red+Green+Blue) = 158+9+11=178 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.76% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 158 - color contains mainly: red. Hex color #9E090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E090B is #61F6F4. Grayscale: #353535. Windows color (decimal): -6420213 or 723358. OLE color: 723358.
HSL color Cylindrical-coordinate representation of color #9E090B: hue angle of 359.19º 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 #9E090B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.38 |
| HSL | 359.19º | 0.89% | 0.33% | - |
| HSV(B) | 359.19º | 0.94% | 0.62% | - |
| XYZ | 14.26 | 7.49 | 1.01 | - |
| YUV | 53.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 11 | 0 | 0.94 | 0.93 | 0.38 | 359.19 | 0.89 | 0.33 |
| Hex | 9E | 9 | B | 0 | 5E | 5D | 26 | 167 | 59 | 21 |
| Octal | 236 | 11 | 13 | 0 | 136 | 135 | 46 | 547 | 131 | 41 |
| Binary | 10011110 | 1001 | 1011 | 0 | 1011110 | 1011101 | 100110 | 101100111 | 1011001 | 100001 |
Color Harmonies of #9E090B
Complementary color
Monochromatic Colors of #9E090B
Black with #9E090B
Text Example
Text Example
White with #9E090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E090B; }
p { color: rgb(158,9,11); }
H1.HeaderClassName
{
color: #9E090B;
}
.AnyTagClassName
{
color: #9E090B;
}
</style>
background-color css
<style>
a { background-color: #9E090B; }
a { background-color: rgb(158,9,11); }
div.DivClassName
{
background-color: #9E090B;
}
.BgClassName
{
background-color: #9E090B;
}
</style>
border-color css
<style>
span { border-color: #9E090B; }
span { border-color: rgb(158,9,11); }
td.TdClassName
{
border-color: #9E090B;
}
.TagClassName
{
border-color: #9E090B;
}
</style>