Shades of Sangria #9B090B
Tints of Sangria #9B090B
RGB
CMYK
RGB Variations
Color information
#9B090B (or 0x9B090B) is known color: Sangria. HEX triplet: 9B, 09 and 0B. RGB value is (155,9,11). Sum of RGB (Red+Green+Blue) = 155+9+11=175 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 155 - color contains mainly: red. Hex color #9B090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B090B is #64F6F4. Grayscale: #353535. Windows color (decimal): -6616821 or 723355. OLE color: 723355.
HSL color Cylindrical-coordinate representation of color #9B090B: hue angle of 359.18º degrees, saturation: 0.89, 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 #9B090B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.39 |
| HSL | 359.18º | 0.89% | 0.32% | - |
| HSV(B) | 359.18º | 0.94% | 0.61% | - |
| XYZ | 13.68 | 7.19 | 0.98 | - |
| YUV | 52.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 11 | 0 | 0.94 | 0.93 | 0.39 | 359.18 | 0.89 | 0.32 |
| Hex | 9B | 9 | B | 0 | 5E | 5D | 27 | 167 | 59 | 20 |
| Octal | 233 | 11 | 13 | 0 | 136 | 135 | 47 | 547 | 131 | 40 |
| Binary | 10011011 | 1001 | 1011 | 0 | 1011110 | 1011101 | 100111 | 101100111 | 1011001 | 100000 |
Color Harmonies of #9B090B
Complementary color
Monochromatic Colors of #9B090B
Black with #9B090B
Text Example
Text Example
White with #9B090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B090B; }
p { color: rgb(155,9,11); }
H1.HeaderClassName
{
color: #9B090B;
}
.AnyTagClassName
{
color: #9B090B;
}
</style>
background-color css
<style>
a { background-color: #9B090B; }
a { background-color: rgb(155,9,11); }
div.DivClassName
{
background-color: #9B090B;
}
.BgClassName
{
background-color: #9B090B;
}
</style>
border-color css
<style>
span { border-color: #9B090B; }
span { border-color: rgb(155,9,11); }
td.TdClassName
{
border-color: #9B090B;
}
.TagClassName
{
border-color: #9B090B;
}
</style>