Shades of Vin Rouge #9F5665
Tints of Vin Rouge #9F5665
RGB
CMYK
RGB Variations
Color information
#9F5665 (or 0x9F5665) is known color: Vin Rouge. HEX triplet: 9F, 56 and 65. RGB value is (159,86,101). Sum of RGB (Red+Green+Blue) = 159+86+101=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5665 is #60A99A. Grayscale: #6D6D6D. Windows color (decimal): -6334875 or 6641311. OLE color: 6641311.
HSL color Cylindrical-coordinate representation of color #9F5665: hue angle of 347.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5665 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 101 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.38 |
| HSL | 347.67º | 0.3% | 0.48% | - |
| HSV(B) | 347.67º | 0.46% | 0.62% | - |
| XYZ | 19.97 | 14.97 | 14.15 | - |
| YUV | 109.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 101 | 0 | 0.46 | 0.36 | 0.38 | 347.67 | 0.3 | 0.48 |
| Hex | 9F | 56 | 65 | 0 | 2E | 24 | 26 | 15C | 1E | 30 |
| Octal | 237 | 126 | 145 | 0 | 56 | 44 | 46 | 534 | 36 | 60 |
| Binary | 10011111 | 1010110 | 1100101 | 0 | 101110 | 100100 | 100110 | 101011100 | 11110 | 110000 |
Color Harmonies of #9F5665
Complementary color
Monochromatic Colors of #9F5665
Black with #9F5665
Text Example
Text Example
White with #9F5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5665; }
p { color: rgb(159,86,101); }
H1.HeaderClassName
{
color: #9F5665;
}
.AnyTagClassName
{
color: #9F5665;
}
</style>
background-color css
<style>
a { background-color: #9F5665; }
a { background-color: rgb(159,86,101); }
div.DivClassName
{
background-color: #9F5665;
}
.BgClassName
{
background-color: #9F5665;
}
</style>
border-color css
<style>
span { border-color: #9F5665; }
span { border-color: rgb(159,86,101); }
td.TdClassName
{
border-color: #9F5665;
}
.TagClassName
{
border-color: #9F5665;
}
</style>