Shades of Vin Rouge #9F5070
Tints of Vin Rouge #9F5070
RGB
CMYK
RGB Variations
Color information
#9F5070 (or 0x9F5070) is known color: Vin Rouge. HEX triplet: 9F, 50 and 70. RGB value is (159,80,112). Sum of RGB (Red+Green+Blue) = 159+80+112=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5070 is #60AF8F. Grayscale: #6B6B6B. Windows color (decimal): -6336400 or 7360671. OLE color: 7360671.
HSL color Cylindrical-coordinate representation of color #9F5070: hue angle of 335.7º 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 #9F5070 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 112 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.38 |
| HSL | 335.7º | 0.33% | 0.47% | - |
| HSV(B) | 335.7º | 0.5% | 0.62% | - |
| XYZ | 20.09 | 14.28 | 17.03 | - |
| YUV | 107.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 112 | 0 | 0.50 | 0.30 | 0.38 | 335.7 | 0.33 | 0.47 |
| Hex | 9F | 50 | 70 | 0 | 32 | 1E | 26 | 150 | 21 | 2F |
| Octal | 237 | 120 | 160 | 0 | 62 | 36 | 46 | 520 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1110000 | 0 | 110010 | 11110 | 100110 | 101010000 | 100001 | 101111 |
Color Harmonies of #9F5070
Complementary color
Monochromatic Colors of #9F5070
Black with #9F5070
Text Example
Text Example
White with #9F5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5070; }
p { color: rgb(159,80,112); }
H1.HeaderClassName
{
color: #9F5070;
}
.AnyTagClassName
{
color: #9F5070;
}
</style>
background-color css
<style>
a { background-color: #9F5070; }
a { background-color: rgb(159,80,112); }
div.DivClassName
{
background-color: #9F5070;
}
.BgClassName
{
background-color: #9F5070;
}
</style>
border-color css
<style>
span { border-color: #9F5070; }
span { border-color: rgb(159,80,112); }
td.TdClassName
{
border-color: #9F5070;
}
.TagClassName
{
border-color: #9F5070;
}
</style>