Shades of Vin Rouge #9F595E
Tints of Vin Rouge #9F595E
RGB
CMYK
RGB Variations
Color information
#9F595E (or 0x9F595E) is known color: Vin Rouge. HEX triplet: 9F, 59 and 5E. RGB value is (159,89,94). Sum of RGB (Red+Green+Blue) = 159+89+94=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F595E is #60A6A1. Grayscale: #6E6E6E. Windows color (decimal): -6334114 or 6183327. OLE color: 6183327.
HSL color Cylindrical-coordinate representation of color #9F595E: hue angle of 355.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F595E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 94 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.38 |
| HSL | 355.71º | 0.28% | 0.49% | - |
| HSV(B) | 355.71º | 0.44% | 0.62% | - |
| XYZ | 19.89 | 15.32 | 12.5 | - |
| YUV | 110.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 94 | 0 | 0.44 | 0.41 | 0.38 | 355.71 | 0.28 | 0.49 |
| Hex | 9F | 59 | 5E | 0 | 2C | 29 | 26 | 164 | 1C | 31 |
| Octal | 237 | 131 | 136 | 0 | 54 | 51 | 46 | 544 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1011110 | 0 | 101100 | 101001 | 100110 | 101100100 | 11100 | 110001 |
Color Harmonies of #9F595E
Complementary color
Monochromatic Colors of #9F595E
Black with #9F595E
Text Example
Text Example
White with #9F595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F595E; }
p { color: rgb(159,89,94); }
H1.HeaderClassName
{
color: #9F595E;
}
.AnyTagClassName
{
color: #9F595E;
}
</style>
background-color css
<style>
a { background-color: #9F595E; }
a { background-color: rgb(159,89,94); }
div.DivClassName
{
background-color: #9F595E;
}
.BgClassName
{
background-color: #9F595E;
}
</style>
border-color css
<style>
span { border-color: #9F595E; }
span { border-color: rgb(159,89,94); }
td.TdClassName
{
border-color: #9F595E;
}
.TagClassName
{
border-color: #9F595E;
}
</style>