Shades of Vin Rouge #9C5D60
Tints of Vin Rouge #9C5D60
RGB
CMYK
RGB Variations
Color information
#9C5D60 (or 0x9C5D60) is known color: Vin Rouge. HEX triplet: 9C, 5D and 60. RGB value is (156,93,96). Sum of RGB (Red+Green+Blue) = 156+93+96=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D60 is #63A29F. Grayscale: #707070. Windows color (decimal): -6529696 or 6315420. OLE color: 6315420.
HSL color Cylindrical-coordinate representation of color #9C5D60: hue angle of 357.14º 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 #9C5D60 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 96 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.39 |
| HSL | 357.14º | 0.25% | 0.49% | - |
| HSV(B) | 357.14º | 0.4% | 0.61% | - |
| XYZ | 19.74 | 15.74 | 13.06 | - |
| YUV | 112.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 96 | 0 | 0.40 | 0.38 | 0.39 | 357.14 | 0.25 | 0.49 |
| Hex | 9C | 5D | 60 | 0 | 28 | 26 | 27 | 165 | 19 | 31 |
| Octal | 234 | 135 | 140 | 0 | 50 | 46 | 47 | 545 | 31 | 61 |
| Binary | 10011100 | 1011101 | 1100000 | 0 | 101000 | 100110 | 100111 | 101100101 | 11001 | 110001 |
Color Harmonies of #9C5D60
Complementary color
Monochromatic Colors of #9C5D60
Black with #9C5D60
Text Example
Text Example
White with #9C5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D60; }
p { color: rgb(156,93,96); }
H1.HeaderClassName
{
color: #9C5D60;
}
.AnyTagClassName
{
color: #9C5D60;
}
</style>
background-color css
<style>
a { background-color: #9C5D60; }
a { background-color: rgb(156,93,96); }
div.DivClassName
{
background-color: #9C5D60;
}
.BgClassName
{
background-color: #9C5D60;
}
</style>
border-color css
<style>
span { border-color: #9C5D60; }
span { border-color: rgb(156,93,96); }
td.TdClassName
{
border-color: #9C5D60;
}
.TagClassName
{
border-color: #9C5D60;
}
</style>