Shades of Vin Rouge #9D566D
Tints of Vin Rouge #9D566D
RGB
CMYK
RGB Variations
Color information
#9D566D (or 0x9D566D) is known color: Vin Rouge. HEX triplet: 9D, 56 and 6D. RGB value is (157,86,109). Sum of RGB (Red+Green+Blue) = 157+86+109=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D566D is #62A992. Grayscale: #6D6D6D. Windows color (decimal): -6465939 or 7165597. OLE color: 7165597.
HSL color Cylindrical-coordinate representation of color #9D566D: hue angle of 340.56º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D566D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 109 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.38 |
| HSL | 340.56º | 0.29% | 0.48% | - |
| HSV(B) | 340.56º | 0.45% | 0.62% | - |
| XYZ | 19.99 | 14.93 | 16.3 | - |
| YUV | 109.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 109 | 0 | 0.45 | 0.31 | 0.38 | 340.56 | 0.29 | 0.48 |
| Hex | 9D | 56 | 6D | 0 | 2D | 1F | 26 | 155 | 1D | 30 |
| Octal | 235 | 126 | 155 | 0 | 55 | 37 | 46 | 525 | 35 | 60 |
| Binary | 10011101 | 1010110 | 1101101 | 0 | 101101 | 11111 | 100110 | 101010101 | 11101 | 110000 |
Color Harmonies of #9D566D
Complementary color
Monochromatic Colors of #9D566D
Black with #9D566D
Text Example
Text Example
White with #9D566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D566D; }
p { color: rgb(157,86,109); }
H1.HeaderClassName
{
color: #9D566D;
}
.AnyTagClassName
{
color: #9D566D;
}
</style>
background-color css
<style>
a { background-color: #9D566D; }
a { background-color: rgb(157,86,109); }
div.DivClassName
{
background-color: #9D566D;
}
.BgClassName
{
background-color: #9D566D;
}
</style>
border-color css
<style>
span { border-color: #9D566D; }
span { border-color: rgb(157,86,109); }
td.TdClassName
{
border-color: #9D566D;
}
.TagClassName
{
border-color: #9D566D;
}
</style>