Shades of Vin Rouge #9F515E
Tints of Vin Rouge #9F515E
RGB
CMYK
RGB Variations
Color information
#9F515E (or 0x9F515E) is known color: Vin Rouge. HEX triplet: 9F, 51 and 5E. RGB value is (159,81,94). Sum of RGB (Red+Green+Blue) = 159+81+94=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F515E is #60AEA1. Grayscale: #696969. Windows color (decimal): -6336162 or 6181279. OLE color: 6181279.
HSL color Cylindrical-coordinate representation of color #9F515E: hue angle of 350º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F515E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 94 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.38 |
| HSL | 350º | 0.33% | 0.47% | - |
| HSV(B) | 350º | 0.49% | 0.62% | - |
| XYZ | 19.26 | 14.06 | 12.29 | - |
| YUV | 105.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 94 | 0 | 0.49 | 0.41 | 0.38 | 350 | 0.33 | 0.47 |
| Hex | 9F | 51 | 5E | 0 | 31 | 29 | 26 | 15E | 20 | 2F |
| Octal | 237 | 121 | 136 | 0 | 61 | 51 | 46 | 536 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1011110 | 0 | 110001 | 101001 | 100110 | 101011110 | 100000 | 101111 |
Color Harmonies of #9F515E
Complementary color
Monochromatic Colors of #9F515E
Black with #9F515E
Text Example
Text Example
White with #9F515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F515E; }
p { color: rgb(159,81,94); }
H1.HeaderClassName
{
color: #9F515E;
}
.AnyTagClassName
{
color: #9F515E;
}
</style>
background-color css
<style>
a { background-color: #9F515E; }
a { background-color: rgb(159,81,94); }
div.DivClassName
{
background-color: #9F515E;
}
.BgClassName
{
background-color: #9F515E;
}
</style>
border-color css
<style>
span { border-color: #9F515E; }
span { border-color: rgb(159,81,94); }
td.TdClassName
{
border-color: #9F515E;
}
.TagClassName
{
border-color: #9F515E;
}
</style>