Shades of Sangria #9B0711
Tints of Sangria #9B0711
RGB
CMYK
RGB Variations
Color information
#9B0711 (or 0x9B0711) is known color: Sangria. HEX triplet: 9B, 07 and 11. RGB value is (155,7,17). Sum of RGB (Red+Green+Blue) = 155+7+17=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0711 is #64F8EE. Grayscale: #343434. Windows color (decimal): -6617327 or 1116059. OLE color: 1116059.
HSL color Cylindrical-coordinate representation of color #9B0711: hue angle of 355.95º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0711 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 7 | 17 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.39 |
| HSL | 355.95º | 0.91% | 0.32% | - |
| HSV(B) | 355.95º | 0.95% | 0.61% | - |
| XYZ | 13.69 | 7.16 | 1.19 | - |
| YUV | 52.39 | 108.03 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 17 | 0 | 0.95 | 0.89 | 0.39 | 355.95 | 0.91 | 0.32 |
| Hex | 9B | 7 | 11 | 0 | 5F | 59 | 27 | 164 | 5B | 20 |
| Octal | 233 | 7 | 21 | 0 | 137 | 131 | 47 | 544 | 133 | 40 |
| Binary | 10011011 | 111 | 10001 | 0 | 1011111 | 1011001 | 100111 | 101100100 | 1011011 | 100000 |
Color Harmonies of #9B0711
Complementary color
Monochromatic Colors of #9B0711
Black with #9B0711
Text Example
Text Example
White with #9B0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0711; }
p { color: rgb(155,7,17); }
H1.HeaderClassName
{
color: #9B0711;
}
.AnyTagClassName
{
color: #9B0711;
}
</style>
background-color css
<style>
a { background-color: #9B0711; }
a { background-color: rgb(155,7,17); }
div.DivClassName
{
background-color: #9B0711;
}
.BgClassName
{
background-color: #9B0711;
}
</style>
border-color css
<style>
span { border-color: #9B0711; }
span { border-color: rgb(155,7,17); }
td.TdClassName
{
border-color: #9B0711;
}
.TagClassName
{
border-color: #9B0711;
}
</style>