Shades of Sangria #9B0E11
Tints of Sangria #9B0E11
RGB
CMYK
RGB Variations
Color information
#9B0E11 (or 0x9B0E11) is known color: Sangria. HEX triplet: 9B, 0E and 11. RGB value is (155,14,17). Sum of RGB (Red+Green+Blue) = 155+14+17=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0E11 is #64F1EE. Grayscale: #383838. Windows color (decimal): -6615535 or 1117851. OLE color: 1117851.
HSL color Cylindrical-coordinate representation of color #9B0E11: hue angle of 358.72º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E11 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 14 | 17 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.39 |
| HSL | 358.72º | 0.83% | 0.33% | - |
| HSV(B) | 358.72º | 0.91% | 0.61% | - |
| XYZ | 13.78 | 7.32 | 1.22 | - |
| YUV | 56.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 17 | 0 | 0.91 | 0.89 | 0.39 | 358.72 | 0.83 | 0.33 |
| Hex | 9B | E | 11 | 0 | 5B | 59 | 27 | 167 | 53 | 21 |
| Octal | 233 | 16 | 21 | 0 | 133 | 131 | 47 | 547 | 123 | 41 |
| Binary | 10011011 | 1110 | 10001 | 0 | 1011011 | 1011001 | 100111 | 101100111 | 1010011 | 100001 |
Color Harmonies of #9B0E11
Complementary color
Monochromatic Colors of #9B0E11
Black with #9B0E11
Text Example
Text Example
White with #9B0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0E11; }
p { color: rgb(155,14,17); }
H1.HeaderClassName
{
color: #9B0E11;
}
.AnyTagClassName
{
color: #9B0E11;
}
</style>
background-color css
<style>
a { background-color: #9B0E11; }
a { background-color: rgb(155,14,17); }
div.DivClassName
{
background-color: #9B0E11;
}
.BgClassName
{
background-color: #9B0E11;
}
</style>
border-color css
<style>
span { border-color: #9B0E11; }
span { border-color: rgb(155,14,17); }
td.TdClassName
{
border-color: #9B0E11;
}
.TagClassName
{
border-color: #9B0E11;
}
</style>