Shades of Vin Rouge #9F556D
Tints of Vin Rouge #9F556D
RGB
CMYK
RGB Variations
Color information
#9F556D (or 0x9F556D) is known color: Vin Rouge. HEX triplet: 9F, 55 and 6D. RGB value is (159,85,109). Sum of RGB (Red+Green+Blue) = 159+85+109=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F556D is #60AA92. Grayscale: #6D6D6D. Windows color (decimal): -6335123 or 7165343. OLE color: 7165343.
HSL color Cylindrical-coordinate representation of color #9F556D: hue angle of 340.54º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F556D is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 109 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.38 |
| HSL | 340.54º | 0.3% | 0.48% | - |
| HSV(B) | 340.54º | 0.47% | 0.62% | - |
| XYZ | 20.31 | 14.97 | 16.29 | - |
| YUV | 109.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 109 | 0 | 0.47 | 0.31 | 0.38 | 340.54 | 0.3 | 0.48 |
| Hex | 9F | 55 | 6D | 0 | 2F | 1F | 26 | 155 | 1E | 30 |
| Octal | 237 | 125 | 155 | 0 | 57 | 37 | 46 | 525 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1101101 | 0 | 101111 | 11111 | 100110 | 101010101 | 11110 | 110000 |
Color Harmonies of #9F556D
Complementary color
Monochromatic Colors of #9F556D
Black with #9F556D
Text Example
Text Example
White with #9F556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F556D; }
p { color: rgb(159,85,109); }
H1.HeaderClassName
{
color: #9F556D;
}
.AnyTagClassName
{
color: #9F556D;
}
</style>
background-color css
<style>
a { background-color: #9F556D; }
a { background-color: rgb(159,85,109); }
div.DivClassName
{
background-color: #9F556D;
}
.BgClassName
{
background-color: #9F556D;
}
</style>
border-color css
<style>
span { border-color: #9F556D; }
span { border-color: rgb(159,85,109); }
td.TdClassName
{
border-color: #9F556D;
}
.TagClassName
{
border-color: #9F556D;
}
</style>