Shades of Vin Rouge #9F5071
Tints of Vin Rouge #9F5071
RGB
CMYK
RGB Variations
Color information
#9F5071 (or 0x9F5071) is known color: Vin Rouge. HEX triplet: 9F, 50 and 71. RGB value is (159,80,113). Sum of RGB (Red+Green+Blue) = 159+80+113=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5071 is #60AF8E. Grayscale: #6B6B6B. Windows color (decimal): -6336399 or 7426207. OLE color: 7426207.
HSL color Cylindrical-coordinate representation of color #9F5071: hue angle of 334.94º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5071 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 113 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.38 |
| HSL | 334.94º | 0.33% | 0.47% | - |
| HSV(B) | 334.94º | 0.5% | 0.62% | - |
| XYZ | 20.15 | 14.3 | 17.32 | - |
| YUV | 107.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 113 | 0 | 0.50 | 0.29 | 0.38 | 334.94 | 0.33 | 0.47 |
| Hex | 9F | 50 | 71 | 0 | 32 | 1D | 26 | 14F | 21 | 2F |
| Octal | 237 | 120 | 161 | 0 | 62 | 35 | 46 | 517 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1110001 | 0 | 110010 | 11101 | 100110 | 101001111 | 100001 | 101111 |
Color Harmonies of #9F5071
Complementary color
Monochromatic Colors of #9F5071
Black with #9F5071
Text Example
Text Example
White with #9F5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5071; }
p { color: rgb(159,80,113); }
H1.HeaderClassName
{
color: #9F5071;
}
.AnyTagClassName
{
color: #9F5071;
}
</style>
background-color css
<style>
a { background-color: #9F5071; }
a { background-color: rgb(159,80,113); }
div.DivClassName
{
background-color: #9F5071;
}
.BgClassName
{
background-color: #9F5071;
}
</style>
border-color css
<style>
span { border-color: #9F5071; }
span { border-color: rgb(159,80,113); }
td.TdClassName
{
border-color: #9F5071;
}
.TagClassName
{
border-color: #9F5071;
}
</style>