Shades of Sangria #9B1112
Tints of Sangria #9B1112
RGB
CMYK
RGB Variations
Color information
#9B1112 (or 0x9B1112) is known color: Sangria. HEX triplet: 9B, 11 and 12. RGB value is (155,17,18). Sum of RGB (Red+Green+Blue) = 155+17+18=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1112 is #64EEED. Grayscale: #3A3A3A. Windows color (decimal): -6614766 or 1184155. OLE color: 1184155.
HSL color Cylindrical-coordinate representation of color #9B1112: hue angle of 359.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1112 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 18 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.39 |
| HSL | 359.57º | 0.8% | 0.34% | - |
| HSV(B) | 359.57º | 0.89% | 0.61% | - |
| XYZ | 13.83 | 7.41 | 1.27 | - |
| YUV | 58.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 18 | 0 | 0.89 | 0.88 | 0.39 | 359.57 | 0.8 | 0.34 |
| Hex | 9B | 11 | 12 | 0 | 59 | 58 | 27 | 168 | 50 | 22 |
| Octal | 233 | 21 | 22 | 0 | 131 | 130 | 47 | 550 | 120 | 42 |
| Binary | 10011011 | 10001 | 10010 | 0 | 1011001 | 1011000 | 100111 | 101101000 | 1010000 | 100010 |
Color Harmonies of #9B1112
Complementary color
Monochromatic Colors of #9B1112
Black with #9B1112
Text Example
Text Example
White with #9B1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1112; }
p { color: rgb(155,17,18); }
H1.HeaderClassName
{
color: #9B1112;
}
.AnyTagClassName
{
color: #9B1112;
}
</style>
background-color css
<style>
a { background-color: #9B1112; }
a { background-color: rgb(155,17,18); }
div.DivClassName
{
background-color: #9B1112;
}
.BgClassName
{
background-color: #9B1112;
}
</style>
border-color css
<style>
span { border-color: #9B1112; }
span { border-color: rgb(155,17,18); }
td.TdClassName
{
border-color: #9B1112;
}
.TagClassName
{
border-color: #9B1112;
}
</style>