Shades of Vin Rouge #9F5460
Tints of Vin Rouge #9F5460
RGB
CMYK
RGB Variations
Color information
#9F5460 (or 0x9F5460) is known color: Vin Rouge. HEX triplet: 9F, 54 and 60. RGB value is (159,84,96). Sum of RGB (Red+Green+Blue) = 159+84+96=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5460 is #60AB9F. Grayscale: #6B6B6B. Windows color (decimal): -6335392 or 6313119. OLE color: 6313119.
HSL color Cylindrical-coordinate representation of color #9F5460: hue angle of 350.4º degrees, saturation: 0.31, 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 #9F5460 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 96 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.38 |
| HSL | 350.4º | 0.31% | 0.48% | - |
| HSV(B) | 350.4º | 0.47% | 0.62% | - |
| XYZ | 19.58 | 14.56 | 12.84 | - |
| YUV | 107.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 96 | 0 | 0.47 | 0.40 | 0.38 | 350.4 | 0.31 | 0.48 |
| Hex | 9F | 54 | 60 | 0 | 2F | 28 | 26 | 15E | 1F | 30 |
| Octal | 237 | 124 | 140 | 0 | 57 | 50 | 46 | 536 | 37 | 60 |
| Binary | 10011111 | 1010100 | 1100000 | 0 | 101111 | 101000 | 100110 | 101011110 | 11111 | 110000 |
Color Harmonies of #9F5460
Complementary color
Monochromatic Colors of #9F5460
Black with #9F5460
Text Example
Text Example
White with #9F5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5460; }
p { color: rgb(159,84,96); }
H1.HeaderClassName
{
color: #9F5460;
}
.AnyTagClassName
{
color: #9F5460;
}
</style>
background-color css
<style>
a { background-color: #9F5460; }
a { background-color: rgb(159,84,96); }
div.DivClassName
{
background-color: #9F5460;
}
.BgClassName
{
background-color: #9F5460;
}
</style>
border-color css
<style>
span { border-color: #9F5460; }
span { border-color: rgb(159,84,96); }
td.TdClassName
{
border-color: #9F5460;
}
.TagClassName
{
border-color: #9F5460;
}
</style>