Shades of Vin Rouge #9D5963
Tints of Vin Rouge #9D5963
RGB
CMYK
RGB Variations
Color information
#9D5963 (or 0x9D5963) is known color: Vin Rouge. HEX triplet: 9D, 59 and 63. RGB value is (157,89,99). Sum of RGB (Red+Green+Blue) = 157+89+99=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5963 is #62A69C. Grayscale: #6E6E6E. Windows color (decimal): -6465181 or 6511005. OLE color: 6511005.
HSL color Cylindrical-coordinate representation of color #9D5963: hue angle of 351.18º 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 #9D5963 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 99 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.38 |
| HSL | 351.18º | 0.28% | 0.48% | - |
| HSV(B) | 351.18º | 0.43% | 0.62% | - |
| XYZ | 19.73 | 15.21 | 13.7 | - |
| YUV | 110.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 99 | 0 | 0.43 | 0.37 | 0.38 | 351.18 | 0.28 | 0.48 |
| Hex | 9D | 59 | 63 | 0 | 2B | 25 | 26 | 15F | 1C | 30 |
| Octal | 235 | 131 | 143 | 0 | 53 | 45 | 46 | 537 | 34 | 60 |
| Binary | 10011101 | 1011001 | 1100011 | 0 | 101011 | 100101 | 100110 | 101011111 | 11100 | 110000 |
Color Harmonies of #9D5963
Complementary color
Monochromatic Colors of #9D5963
Black with #9D5963
Text Example
Text Example
White with #9D5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5963; }
p { color: rgb(157,89,99); }
H1.HeaderClassName
{
color: #9D5963;
}
.AnyTagClassName
{
color: #9D5963;
}
</style>
background-color css
<style>
a { background-color: #9D5963; }
a { background-color: rgb(157,89,99); }
div.DivClassName
{
background-color: #9D5963;
}
.BgClassName
{
background-color: #9D5963;
}
</style>
border-color css
<style>
span { border-color: #9D5963; }
span { border-color: rgb(157,89,99); }
td.TdClassName
{
border-color: #9D5963;
}
.TagClassName
{
border-color: #9D5963;
}
</style>