Shades of Sangria #9B0A11
Tints of Sangria #9B0A11
RGB
CMYK
RGB Variations
Color information
#9B0A11 (or 0x9B0A11) is known color: Sangria. HEX triplet: 9B, 0A and 11. RGB value is (155,10,17). Sum of RGB (Red+Green+Blue) = 155+10+17=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0A11 is #64F5EE. Grayscale: #363636. Windows color (decimal): -6616559 or 1116827. OLE color: 1116827.
HSL color Cylindrical-coordinate representation of color #9B0A11: hue angle of 357.1º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0A11 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 17 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.39 |
| HSL | 357.1º | 0.88% | 0.32% | - |
| HSV(B) | 357.1º | 0.94% | 0.61% | - |
| XYZ | 13.73 | 7.23 | 1.2 | - |
| YUV | 54.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 17 | 0 | 0.94 | 0.89 | 0.39 | 357.1 | 0.88 | 0.32 |
| Hex | 9B | A | 11 | 0 | 5E | 59 | 27 | 165 | 58 | 20 |
| Octal | 233 | 12 | 21 | 0 | 136 | 131 | 47 | 545 | 130 | 40 |
| Binary | 10011011 | 1010 | 10001 | 0 | 1011110 | 1011001 | 100111 | 101100101 | 1011000 | 100000 |
Color Harmonies of #9B0A11
Complementary color
Monochromatic Colors of #9B0A11
Black with #9B0A11
Text Example
Text Example
White with #9B0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A11; }
p { color: rgb(155,10,17); }
H1.HeaderClassName
{
color: #9B0A11;
}
.AnyTagClassName
{
color: #9B0A11;
}
</style>
background-color css
<style>
a { background-color: #9B0A11; }
a { background-color: rgb(155,10,17); }
div.DivClassName
{
background-color: #9B0A11;
}
.BgClassName
{
background-color: #9B0A11;
}
</style>
border-color css
<style>
span { border-color: #9B0A11; }
span { border-color: rgb(155,10,17); }
td.TdClassName
{
border-color: #9B0A11;
}
.TagClassName
{
border-color: #9B0A11;
}
</style>