Shades of Sangria #9E040B
Tints of Sangria #9E040B
RGB
CMYK
RGB Variations
Color information
#9E040B (or 0x9E040B) is known color: Sangria. HEX triplet: 9E, 04 and 0B. RGB value is (158,4,11). Sum of RGB (Red+Green+Blue) = 158+4+11=173 (22% of max value = 765). Red value is 158 (62.11% from 255 or 91.33% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 158 - color contains mainly: red. Hex color #9E040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E040B is #61FBF4. Grayscale: #323232. Windows color (decimal): -6421493 or 722078. OLE color: 722078.
HSL color Cylindrical-coordinate representation of color #9E040B: hue angle of 357.27º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E040B is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.38 |
| HSL | 357.27º | 0.95% | 0.32% | - |
| HSV(B) | 357.27º | 0.97% | 0.62% | - |
| XYZ | 14.2 | 7.38 | 0.99 | - |
| YUV | 50.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 11 | 0 | 0.97 | 0.93 | 0.38 | 357.27 | 0.95 | 0.32 |
| Hex | 9E | 4 | B | 0 | 61 | 5D | 26 | 165 | 5F | 20 |
| Octal | 236 | 4 | 13 | 0 | 141 | 135 | 46 | 545 | 137 | 40 |
| Binary | 10011110 | 100 | 1011 | 0 | 1100001 | 1011101 | 100110 | 101100101 | 1011111 | 100000 |
Color Harmonies of #9E040B
Complementary color
Monochromatic Colors of #9E040B
Black with #9E040B
Text Example
Text Example
White with #9E040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E040B; }
p { color: rgb(158,4,11); }
H1.HeaderClassName
{
color: #9E040B;
}
.AnyTagClassName
{
color: #9E040B;
}
</style>
background-color css
<style>
a { background-color: #9E040B; }
a { background-color: rgb(158,4,11); }
div.DivClassName
{
background-color: #9E040B;
}
.BgClassName
{
background-color: #9E040B;
}
</style>
border-color css
<style>
span { border-color: #9E040B; }
span { border-color: rgb(158,4,11); }
td.TdClassName
{
border-color: #9E040B;
}
.TagClassName
{
border-color: #9E040B;
}
</style>