Shades of Vin Rouge #9E596C
Tints of Vin Rouge #9E596C
RGB
CMYK
RGB Variations
Color information
#9E596C (or 0x9E596C) is known color: Vin Rouge. HEX triplet: 9E, 59 and 6C. RGB value is (158,89,108). Sum of RGB (Red+Green+Blue) = 158+89+108=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E596C is #61A693. Grayscale: #6F6F6F. Windows color (decimal): -6399636 or 7100830. OLE color: 7100830.
HSL color Cylindrical-coordinate representation of color #9E596C: hue angle of 343.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E596C is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 89 | 108 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.38 |
| HSL | 343.48º | 0.28% | 0.48% | - |
| HSV(B) | 343.48º | 0.44% | 0.62% | - |
| XYZ | 20.38 | 15.5 | 16.1 | - |
| YUV | 111.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 108 | 0 | 0.44 | 0.32 | 0.38 | 343.48 | 0.28 | 0.48 |
| Hex | 9E | 59 | 6C | 0 | 2C | 20 | 26 | 157 | 1C | 30 |
| Octal | 236 | 131 | 154 | 0 | 54 | 40 | 46 | 527 | 34 | 60 |
| Binary | 10011110 | 1011001 | 1101100 | 0 | 101100 | 100000 | 100110 | 101010111 | 11100 | 110000 |
Color Harmonies of #9E596C
Complementary color
Monochromatic Colors of #9E596C
Black with #9E596C
Text Example
Text Example
White with #9E596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E596C; }
p { color: rgb(158,89,108); }
H1.HeaderClassName
{
color: #9E596C;
}
.AnyTagClassName
{
color: #9E596C;
}
</style>
background-color css
<style>
a { background-color: #9E596C; }
a { background-color: rgb(158,89,108); }
div.DivClassName
{
background-color: #9E596C;
}
.BgClassName
{
background-color: #9E596C;
}
</style>
border-color css
<style>
span { border-color: #9E596C; }
span { border-color: rgb(158,89,108); }
td.TdClassName
{
border-color: #9E596C;
}
.TagClassName
{
border-color: #9E596C;
}
</style>