Shades of Sangria #9C0B11
Tints of Sangria #9C0B11
RGB
CMYK
RGB Variations
Color information
#9C0B11 (or 0x9C0B11) is known color: Sangria. HEX triplet: 9C, 0B and 11. RGB value is (156,11,17). Sum of RGB (Red+Green+Blue) = 156+11+17=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0B11 is #63F4EE. Grayscale: #373737. Windows color (decimal): -6550767 or 1117084. OLE color: 1117084.
HSL color Cylindrical-coordinate representation of color #9C0B11: hue angle of 357.52º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B11 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 11 | 17 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.39 |
| HSL | 357.52º | 0.87% | 0.33% | - |
| HSV(B) | 357.52º | 0.93% | 0.61% | - |
| XYZ | 13.93 | 7.35 | 1.21 | - |
| YUV | 55.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 17 | 0 | 0.93 | 0.89 | 0.39 | 357.52 | 0.87 | 0.33 |
| Hex | 9C | B | 11 | 0 | 5D | 59 | 27 | 166 | 57 | 21 |
| Octal | 234 | 13 | 21 | 0 | 135 | 131 | 47 | 546 | 127 | 41 |
| Binary | 10011100 | 1011 | 10001 | 0 | 1011101 | 1011001 | 100111 | 101100110 | 1010111 | 100001 |
Color Harmonies of #9C0B11
Complementary color
Monochromatic Colors of #9C0B11
Black with #9C0B11
Text Example
Text Example
White with #9C0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0B11; }
p { color: rgb(156,11,17); }
H1.HeaderClassName
{
color: #9C0B11;
}
.AnyTagClassName
{
color: #9C0B11;
}
</style>
background-color css
<style>
a { background-color: #9C0B11; }
a { background-color: rgb(156,11,17); }
div.DivClassName
{
background-color: #9C0B11;
}
.BgClassName
{
background-color: #9C0B11;
}
</style>
border-color css
<style>
span { border-color: #9C0B11; }
span { border-color: rgb(156,11,17); }
td.TdClassName
{
border-color: #9C0B11;
}
.TagClassName
{
border-color: #9C0B11;
}
</style>