Shades of Sangria #9B0A0B
Tints of Sangria #9B0A0B
RGB
CMYK
RGB Variations
Color information
#9B0A0B (or 0x9B0A0B) is known color: Sangria. HEX triplet: 9B, 0A and 0B. RGB value is (155,10,11). Sum of RGB (Red+Green+Blue) = 155+10+11=176 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.07% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0A0B is #64F5F4. Grayscale: #353535. Windows color (decimal): -6616565 or 723611. OLE color: 723611.
HSL color Cylindrical-coordinate representation of color #9B0A0B: hue angle of 359.59º 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 #9B0A0B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.39 |
| HSL | 359.59º | 0.88% | 0.32% | - |
| HSV(B) | 359.59º | 0.94% | 0.61% | - |
| XYZ | 13.69 | 7.21 | 0.99 | - |
| YUV | 53.47 | 104.04 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 11 | 0 | 0.94 | 0.93 | 0.39 | 359.59 | 0.88 | 0.32 |
| Hex | 9B | A | B | 0 | 5E | 5D | 27 | 168 | 58 | 20 |
| Octal | 233 | 12 | 13 | 0 | 136 | 135 | 47 | 550 | 130 | 40 |
| Binary | 10011011 | 1010 | 1011 | 0 | 1011110 | 1011101 | 100111 | 101101000 | 1011000 | 100000 |
Color Harmonies of #9B0A0B
Complementary color
Monochromatic Colors of #9B0A0B
Black with #9B0A0B
Text Example
Text Example
White with #9B0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A0B; }
p { color: rgb(155,10,11); }
H1.HeaderClassName
{
color: #9B0A0B;
}
.AnyTagClassName
{
color: #9B0A0B;
}
</style>
background-color css
<style>
a { background-color: #9B0A0B; }
a { background-color: rgb(155,10,11); }
div.DivClassName
{
background-color: #9B0A0B;
}
.BgClassName
{
background-color: #9B0A0B;
}
</style>
border-color css
<style>
span { border-color: #9B0A0B; }
span { border-color: rgb(155,10,11); }
td.TdClassName
{
border-color: #9B0A0B;
}
.TagClassName
{
border-color: #9B0A0B;
}
</style>