Shades of Sangria #9C060B
Tints of Sangria #9C060B
RGB
CMYK
RGB Variations
Color information
#9C060B (or 0x9C060B) is known color: Sangria. HEX triplet: 9C, 06 and 0B. RGB value is (156,6,11). Sum of RGB (Red+Green+Blue) = 156+6+11=173 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.17% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 156 - color contains mainly: red. Hex color #9C060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C060B is #63F9F4. Grayscale: #333333. Windows color (decimal): -6552053 or 722588. OLE color: 722588.
HSL color Cylindrical-coordinate representation of color #9C060B: hue angle of 358º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C060B is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 11 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.39 |
| HSL | 358º | 0.93% | 0.32% | - |
| HSV(B) | 358º | 0.96% | 0.61% | - |
| XYZ | 13.84 | 7.22 | 0.98 | - |
| YUV | 51.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 11 | 0 | 0.96 | 0.93 | 0.39 | 358 | 0.93 | 0.32 |
| Hex | 9C | 6 | B | 0 | 60 | 5D | 27 | 166 | 5D | 20 |
| Octal | 234 | 6 | 13 | 0 | 140 | 135 | 47 | 546 | 135 | 40 |
| Binary | 10011100 | 110 | 1011 | 0 | 1100000 | 1011101 | 100111 | 101100110 | 1011101 | 100000 |
Color Harmonies of #9C060B
Complementary color
Monochromatic Colors of #9C060B
Black with #9C060B
Text Example
Text Example
White with #9C060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C060B; }
p { color: rgb(156,6,11); }
H1.HeaderClassName
{
color: #9C060B;
}
.AnyTagClassName
{
color: #9C060B;
}
</style>
background-color css
<style>
a { background-color: #9C060B; }
a { background-color: rgb(156,6,11); }
div.DivClassName
{
background-color: #9C060B;
}
.BgClassName
{
background-color: #9C060B;
}
</style>
border-color css
<style>
span { border-color: #9C060B; }
span { border-color: rgb(156,6,11); }
td.TdClassName
{
border-color: #9C060B;
}
.TagClassName
{
border-color: #9C060B;
}
</style>