Shades of Vin Rouge #9C5E61
Tints of Vin Rouge #9C5E61
RGB
CMYK
RGB Variations
Color information
#9C5E61 (or 0x9C5E61) is known color: Vin Rouge. HEX triplet: 9C, 5E and 61. RGB value is (156,94,97). Sum of RGB (Red+Green+Blue) = 156+94+97=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E61 is #63A19E. Grayscale: #707070. Windows color (decimal): -6529439 or 6381212. OLE color: 6381212.
HSL color Cylindrical-coordinate representation of color #9C5E61: hue angle of 357.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E61 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 97 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.39 |
| HSL | 357.1º | 0.25% | 0.49% | - |
| HSV(B) | 357.1º | 0.4% | 0.61% | - |
| XYZ | 19.87 | 15.94 | 13.34 | - |
| YUV | 112.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 97 | 0 | 0.40 | 0.38 | 0.39 | 357.1 | 0.25 | 0.49 |
| Hex | 9C | 5E | 61 | 0 | 28 | 26 | 27 | 165 | 19 | 31 |
| Octal | 234 | 136 | 141 | 0 | 50 | 46 | 47 | 545 | 31 | 61 |
| Binary | 10011100 | 1011110 | 1100001 | 0 | 101000 | 100110 | 100111 | 101100101 | 11001 | 110001 |
Color Harmonies of #9C5E61
Complementary color
Monochromatic Colors of #9C5E61
Black with #9C5E61
Text Example
Text Example
White with #9C5E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E61; }
p { color: rgb(156,94,97); }
H1.HeaderClassName
{
color: #9C5E61;
}
.AnyTagClassName
{
color: #9C5E61;
}
</style>
background-color css
<style>
a { background-color: #9C5E61; }
a { background-color: rgb(156,94,97); }
div.DivClassName
{
background-color: #9C5E61;
}
.BgClassName
{
background-color: #9C5E61;
}
</style>
border-color css
<style>
span { border-color: #9C5E61; }
span { border-color: rgb(156,94,97); }
td.TdClassName
{
border-color: #9C5E61;
}
.TagClassName
{
border-color: #9C5E61;
}
</style>