Shades of Sangria #9E030B
Tints of Sangria #9E030B
RGB
CMYK
RGB Variations
Color information
#9E030B (or 0x9E030B) is known color: Sangria. HEX triplet: 9E, 03 and 0B. RGB value is (158,3,11). Sum of RGB (Red+Green+Blue) = 158+3+11=172 (22% of max value = 765). Red value is 158 (62.11% from 255 or 91.86% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 158 - color contains mainly: red. Hex color #9E030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E030B is #61FCF4. Grayscale: #323232. Windows color (decimal): -6421749 or 721822. OLE color: 721822.
HSL color Cylindrical-coordinate representation of color #9E030B: hue angle of 356.9º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.38 |
| HSL | 356.9º | 0.96% | 0.32% | - |
| HSV(B) | 356.9º | 0.98% | 0.62% | - |
| XYZ | 14.19 | 7.36 | 0.99 | - |
| YUV | 50.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 11 | 0 | 0.98 | 0.93 | 0.38 | 356.9 | 0.96 | 0.32 |
| Hex | 9E | 3 | B | 0 | 62 | 5D | 26 | 165 | 60 | 20 |
| Octal | 236 | 3 | 13 | 0 | 142 | 135 | 46 | 545 | 140 | 40 |
| Binary | 10011110 | 11 | 1011 | 0 | 1100010 | 1011101 | 100110 | 101100101 | 1100000 | 100000 |
Color Harmonies of #9E030B
Complementary color
Monochromatic Colors of #9E030B
Black with #9E030B
Text Example
Text Example
White with #9E030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E030B; }
p { color: rgb(158,3,11); }
H1.HeaderClassName
{
color: #9E030B;
}
.AnyTagClassName
{
color: #9E030B;
}
</style>
background-color css
<style>
a { background-color: #9E030B; }
a { background-color: rgb(158,3,11); }
div.DivClassName
{
background-color: #9E030B;
}
.BgClassName
{
background-color: #9E030B;
}
</style>
border-color css
<style>
span { border-color: #9E030B; }
span { border-color: rgb(158,3,11); }
td.TdClassName
{
border-color: #9E030B;
}
.TagClassName
{
border-color: #9E030B;
}
</style>