Shades of Sangria #9E000B
Tints of Sangria #9E000B
RGB
CMYK
RGB Variations
Color information
#9E000B (or 0x9E000B) is known color: Sangria. HEX triplet: 9E, 00 and 0B. RGB value is (158,0,11). Sum of RGB (Red+Green+Blue) = 158+0+11=169 (22% of max value = 765). Red value is 158 (62.11% from 255 or 93.49% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 158 - color contains mainly: red. Hex color #9E000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E000B is #61FFF4. Grayscale: #303030. Windows color (decimal): -6422517 or 721054. OLE color: 721054.
HSL color Cylindrical-coordinate representation of color #9E000B: hue angle of 355.82º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.38 |
| HSL | 355.82º | 1% | 0.31% | - |
| HSV(B) | 355.82º | 1% | 0.62% | - |
| XYZ | 14.16 | 7.29 | 0.98 | - |
| YUV | 48.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 11 | 0 | 1 | 0.93 | 0.38 | 355.82 | 1 | 0.31 |
| Hex | 9E | 0 | B | 0 | 64 | 5D | 26 | 164 | 64 | 1F |
| Octal | 236 | 0 | 13 | 0 | 144 | 135 | 46 | 544 | 144 | 37 |
| Binary | 10011110 | 0 | 1011 | 0 | 1100100 | 1011101 | 100110 | 101100100 | 1100100 | 11111 |
Color Harmonies of #9E000B
Complementary color
Monochromatic Colors of #9E000B
Black with #9E000B
Text Example
Text Example
White with #9E000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E000B; }
p { color: rgb(158,0,11); }
H1.HeaderClassName
{
color: #9E000B;
}
.AnyTagClassName
{
color: #9E000B;
}
</style>
background-color css
<style>
a { background-color: #9E000B; }
a { background-color: rgb(158,0,11); }
div.DivClassName
{
background-color: #9E000B;
}
.BgClassName
{
background-color: #9E000B;
}
</style>
border-color css
<style>
span { border-color: #9E000B; }
span { border-color: rgb(158,0,11); }
td.TdClassName
{
border-color: #9E000B;
}
.TagClassName
{
border-color: #9E000B;
}
</style>