Shades of Vin Rouge #9F5866
Tints of Vin Rouge #9F5866
RGB
CMYK
RGB Variations
Color information
#9F5866 (or 0x9F5866) is known color: Vin Rouge. HEX triplet: 9F, 58 and 66. RGB value is (159,88,102). Sum of RGB (Red+Green+Blue) = 159+88+102=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5866 is #60A799. Grayscale: #6E6E6E. Windows color (decimal): -6334362 or 6707359. OLE color: 6707359.
HSL color Cylindrical-coordinate representation of color #9F5866: hue angle of 348.17º 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 #9F5866 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 102 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.38 |
| HSL | 348.17º | 0.29% | 0.48% | - |
| HSV(B) | 348.17º | 0.45% | 0.62% | - |
| XYZ | 20.19 | 15.31 | 14.46 | - |
| YUV | 110.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 102 | 0 | 0.45 | 0.36 | 0.38 | 348.17 | 0.29 | 0.48 |
| Hex | 9F | 58 | 66 | 0 | 2D | 24 | 26 | 15C | 1D | 30 |
| Octal | 237 | 130 | 146 | 0 | 55 | 44 | 46 | 534 | 35 | 60 |
| Binary | 10011111 | 1011000 | 1100110 | 0 | 101101 | 100100 | 100110 | 101011100 | 11101 | 110000 |
Color Harmonies of #9F5866
Complementary color
Monochromatic Colors of #9F5866
Black with #9F5866
Text Example
Text Example
White with #9F5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5866; }
p { color: rgb(159,88,102); }
H1.HeaderClassName
{
color: #9F5866;
}
.AnyTagClassName
{
color: #9F5866;
}
</style>
background-color css
<style>
a { background-color: #9F5866; }
a { background-color: rgb(159,88,102); }
div.DivClassName
{
background-color: #9F5866;
}
.BgClassName
{
background-color: #9F5866;
}
</style>
border-color css
<style>
span { border-color: #9F5866; }
span { border-color: rgb(159,88,102); }
td.TdClassName
{
border-color: #9F5866;
}
.TagClassName
{
border-color: #9F5866;
}
</style>