Shades of Vin Rouge #9D5960
Tints of Vin Rouge #9D5960
RGB
CMYK
RGB Variations
Color information
#9D5960 (or 0x9D5960) is known color: Vin Rouge. HEX triplet: 9D, 59 and 60. RGB value is (157,89,96). Sum of RGB (Red+Green+Blue) = 157+89+96=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5960 is #62A69F. Grayscale: #6E6E6E. Windows color (decimal): -6465184 or 6314397. OLE color: 6314397.
HSL color Cylindrical-coordinate representation of color #9D5960: hue angle of 353.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5960 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 96 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.38 |
| HSL | 353.82º | 0.28% | 0.48% | - |
| HSV(B) | 353.82º | 0.43% | 0.62% | - |
| XYZ | 19.59 | 15.16 | 12.96 | - |
| YUV | 110.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 96 | 0 | 0.43 | 0.39 | 0.38 | 353.82 | 0.28 | 0.48 |
| Hex | 9D | 59 | 60 | 0 | 2B | 27 | 26 | 162 | 1C | 30 |
| Octal | 235 | 131 | 140 | 0 | 53 | 47 | 46 | 542 | 34 | 60 |
| Binary | 10011101 | 1011001 | 1100000 | 0 | 101011 | 100111 | 100110 | 101100010 | 11100 | 110000 |
Color Harmonies of #9D5960
Complementary color
Monochromatic Colors of #9D5960
Black with #9D5960
Text Example
Text Example
White with #9D5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5960; }
p { color: rgb(157,89,96); }
H1.HeaderClassName
{
color: #9D5960;
}
.AnyTagClassName
{
color: #9D5960;
}
</style>
background-color css
<style>
a { background-color: #9D5960; }
a { background-color: rgb(157,89,96); }
div.DivClassName
{
background-color: #9D5960;
}
.BgClassName
{
background-color: #9D5960;
}
</style>
border-color css
<style>
span { border-color: #9D5960; }
span { border-color: rgb(157,89,96); }
td.TdClassName
{
border-color: #9D5960;
}
.TagClassName
{
border-color: #9D5960;
}
</style>