Shades of Sangria #9C090B
Tints of Sangria #9C090B
RGB
CMYK
RGB Variations
Color information
#9C090B (or 0x9C090B) is known color: Sangria. HEX triplet: 9C, 09 and 0B. RGB value is (156,9,11). Sum of RGB (Red+Green+Blue) = 156+9+11=176 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.64% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 156 - color contains mainly: red. Hex color #9C090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C090B is #63F6F4. Grayscale: #353535. Windows color (decimal): -6551285 or 723356. OLE color: 723356.
HSL color Cylindrical-coordinate representation of color #9C090B: 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 #9C090B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 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.87 | 7.29 | 0.99 | - |
| YUV | 53.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 11 | 0 | 0.94 | 0.93 | 0.39 | 359.18 | 0.89 | 0.32 |
| Hex | 9C | 9 | B | 0 | 5E | 5D | 27 | 167 | 59 | 20 |
| Octal | 234 | 11 | 13 | 0 | 136 | 135 | 47 | 547 | 131 | 40 |
| Binary | 10011100 | 1001 | 1011 | 0 | 1011110 | 1011101 | 100111 | 101100111 | 1011001 | 100000 |
Color Harmonies of #9C090B
Complementary color
Monochromatic Colors of #9C090B
Black with #9C090B
Text Example
Text Example
White with #9C090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C090B; }
p { color: rgb(156,9,11); }
H1.HeaderClassName
{
color: #9C090B;
}
.AnyTagClassName
{
color: #9C090B;
}
</style>
background-color css
<style>
a { background-color: #9C090B; }
a { background-color: rgb(156,9,11); }
div.DivClassName
{
background-color: #9C090B;
}
.BgClassName
{
background-color: #9C090B;
}
</style>
border-color css
<style>
span { border-color: #9C090B; }
span { border-color: rgb(156,9,11); }
td.TdClassName
{
border-color: #9C090B;
}
.TagClassName
{
border-color: #9C090B;
}
</style>