Shades of Vin Rouge #9F5564
Tints of Vin Rouge #9F5564
RGB
CMYK
RGB Variations
Color information
#9F5564 (or 0x9F5564) is known color: Vin Rouge. HEX triplet: 9F, 55 and 64. RGB value is (159,85,100). Sum of RGB (Red+Green+Blue) = 159+85+100=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5564 is #60AA9B. Grayscale: #6C6C6C. Windows color (decimal): -6335132 or 6575519. OLE color: 6575519.
HSL color Cylindrical-coordinate representation of color #9F5564: hue angle of 347.84º 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 #9F5564 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 100 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.38 |
| HSL | 347.84º | 0.3% | 0.48% | - |
| HSV(B) | 347.84º | 0.47% | 0.62% | - |
| XYZ | 19.85 | 14.79 | 13.86 | - |
| YUV | 108.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 100 | 0 | 0.47 | 0.37 | 0.38 | 347.84 | 0.3 | 0.48 |
| Hex | 9F | 55 | 64 | 0 | 2F | 25 | 26 | 15C | 1E | 30 |
| Octal | 237 | 125 | 144 | 0 | 57 | 45 | 46 | 534 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1100100 | 0 | 101111 | 100101 | 100110 | 101011100 | 11110 | 110000 |
Color Harmonies of #9F5564
Complementary color
Monochromatic Colors of #9F5564
Black with #9F5564
Text Example
Text Example
White with #9F5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5564; }
p { color: rgb(159,85,100); }
H1.HeaderClassName
{
color: #9F5564;
}
.AnyTagClassName
{
color: #9F5564;
}
</style>
background-color css
<style>
a { background-color: #9F5564; }
a { background-color: rgb(159,85,100); }
div.DivClassName
{
background-color: #9F5564;
}
.BgClassName
{
background-color: #9F5564;
}
</style>
border-color css
<style>
span { border-color: #9F5564; }
span { border-color: rgb(159,85,100); }
td.TdClassName
{
border-color: #9F5564;
}
.TagClassName
{
border-color: #9F5564;
}
</style>