Shades of Vin Rouge #9F5868
Tints of Vin Rouge #9F5868
RGB
CMYK
RGB Variations
Color information
#9F5868 (or 0x9F5868) is known color: Vin Rouge. HEX triplet: 9F, 58 and 68. RGB value is (159,88,104). Sum of RGB (Red+Green+Blue) = 159+88+104=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5868 is #60A797. Grayscale: #6F6F6F. Windows color (decimal): -6334360 or 6838431. OLE color: 6838431.
HSL color Cylindrical-coordinate representation of color #9F5868: hue angle of 346.48º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5868 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 104 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.38 |
| HSL | 346.48º | 0.29% | 0.48% | - |
| HSV(B) | 346.48º | 0.45% | 0.62% | - |
| XYZ | 20.29 | 15.35 | 14.99 | - |
| YUV | 111.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 104 | 0 | 0.45 | 0.35 | 0.38 | 346.48 | 0.29 | 0.48 |
| Hex | 9F | 58 | 68 | 0 | 2D | 23 | 26 | 15A | 1D | 30 |
| Octal | 237 | 130 | 150 | 0 | 55 | 43 | 46 | 532 | 35 | 60 |
| Binary | 10011111 | 1011000 | 1101000 | 0 | 101101 | 100011 | 100110 | 101011010 | 11101 | 110000 |
Color Harmonies of #9F5868
Complementary color
Monochromatic Colors of #9F5868
Black with #9F5868
Text Example
Text Example
White with #9F5868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5868; }
p { color: rgb(159,88,104); }
H1.HeaderClassName
{
color: #9F5868;
}
.AnyTagClassName
{
color: #9F5868;
}
</style>
background-color css
<style>
a { background-color: #9F5868; }
a { background-color: rgb(159,88,104); }
div.DivClassName
{
background-color: #9F5868;
}
.BgClassName
{
background-color: #9F5868;
}
</style>
border-color css
<style>
span { border-color: #9F5868; }
span { border-color: rgb(159,88,104); }
td.TdClassName
{
border-color: #9F5868;
}
.TagClassName
{
border-color: #9F5868;
}
</style>