Shades of Vin Rouge #9F5566
Tints of Vin Rouge #9F5566
RGB
CMYK
RGB Variations
Color information
#9F5566 (or 0x9F5566) is known color: Vin Rouge. HEX triplet: 9F, 55 and 66. RGB value is (159,85,102). Sum of RGB (Red+Green+Blue) = 159+85+102=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5566 is #60AA99. Grayscale: #6D6D6D. Windows color (decimal): -6335130 or 6706591. OLE color: 6706591.
HSL color Cylindrical-coordinate representation of color #9F5566: hue angle of 346.22º 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 #9F5566 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 102 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.38 |
| HSL | 346.22º | 0.3% | 0.48% | - |
| HSV(B) | 346.22º | 0.47% | 0.62% | - |
| XYZ | 19.94 | 14.83 | 14.38 | - |
| YUV | 109.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 102 | 0 | 0.47 | 0.36 | 0.38 | 346.22 | 0.3 | 0.48 |
| Hex | 9F | 55 | 66 | 0 | 2F | 24 | 26 | 15A | 1E | 30 |
| Octal | 237 | 125 | 146 | 0 | 57 | 44 | 46 | 532 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1100110 | 0 | 101111 | 100100 | 100110 | 101011010 | 11110 | 110000 |
Color Harmonies of #9F5566
Complementary color
Monochromatic Colors of #9F5566
Black with #9F5566
Text Example
Text Example
White with #9F5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5566; }
p { color: rgb(159,85,102); }
H1.HeaderClassName
{
color: #9F5566;
}
.AnyTagClassName
{
color: #9F5566;
}
</style>
background-color css
<style>
a { background-color: #9F5566; }
a { background-color: rgb(159,85,102); }
div.DivClassName
{
background-color: #9F5566;
}
.BgClassName
{
background-color: #9F5566;
}
</style>
border-color css
<style>
span { border-color: #9F5566; }
span { border-color: rgb(159,85,102); }
td.TdClassName
{
border-color: #9F5566;
}
.TagClassName
{
border-color: #9F5566;
}
</style>