Shades of Vin Rouge #9F516F
Tints of Vin Rouge #9F516F
RGB
CMYK
RGB Variations
Color information
#9F516F (or 0x9F516F) is known color: Vin Rouge. HEX triplet: 9F, 51 and 6F. RGB value is (159,81,111). Sum of RGB (Red+Green+Blue) = 159+81+111=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F516F is #60AE90. Grayscale: #6B6B6B. Windows color (decimal): -6336145 or 7295391. OLE color: 7295391.
HSL color Cylindrical-coordinate representation of color #9F516F: hue angle of 336.92º 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 #9F516F is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 111 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.38 |
| HSL | 336.92º | 0.33% | 0.47% | - |
| HSV(B) | 336.92º | 0.49% | 0.62% | - |
| XYZ | 20.11 | 14.4 | 16.76 | - |
| YUV | 107.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 111 | 0 | 0.49 | 0.30 | 0.38 | 336.92 | 0.33 | 0.47 |
| Hex | 9F | 51 | 6F | 0 | 31 | 1E | 26 | 151 | 20 | 2F |
| Octal | 237 | 121 | 157 | 0 | 61 | 36 | 46 | 521 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1101111 | 0 | 110001 | 11110 | 100110 | 101010001 | 100000 | 101111 |
Color Harmonies of #9F516F
Complementary color
Monochromatic Colors of #9F516F
Black with #9F516F
Text Example
Text Example
White with #9F516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F516F; }
p { color: rgb(159,81,111); }
H1.HeaderClassName
{
color: #9F516F;
}
.AnyTagClassName
{
color: #9F516F;
}
</style>
background-color css
<style>
a { background-color: #9F516F; }
a { background-color: rgb(159,81,111); }
div.DivClassName
{
background-color: #9F516F;
}
.BgClassName
{
background-color: #9F516F;
}
</style>
border-color css
<style>
span { border-color: #9F516F; }
span { border-color: rgb(159,81,111); }
td.TdClassName
{
border-color: #9F516F;
}
.TagClassName
{
border-color: #9F516F;
}
</style>