Shades of Vin Rouge #9E5564
Tints of Vin Rouge #9E5564
RGB
CMYK
RGB Variations
Color information
#9E5564 (or 0x9E5564) is known color: Vin Rouge. HEX triplet: 9E, 55 and 64. RGB value is (158,85,100). Sum of RGB (Red+Green+Blue) = 158+85+100=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5564 is #61AA9B. Grayscale: #6C6C6C. Windows color (decimal): -6400668 or 6575518. OLE color: 6575518.
HSL color Cylindrical-coordinate representation of color #9E5564: hue angle of 347.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5564 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 100 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.38 |
| HSL | 347.67º | 0.3% | 0.48% | - |
| HSV(B) | 347.67º | 0.46% | 0.62% | - |
| XYZ | 19.65 | 14.69 | 13.86 | - |
| YUV | 108.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 100 | 0 | 0.46 | 0.37 | 0.38 | 347.67 | 0.3 | 0.48 |
| Hex | 9E | 55 | 64 | 0 | 2E | 25 | 26 | 15C | 1E | 30 |
| Octal | 236 | 125 | 144 | 0 | 56 | 45 | 46 | 534 | 36 | 60 |
| Binary | 10011110 | 1010101 | 1100100 | 0 | 101110 | 100101 | 100110 | 101011100 | 11110 | 110000 |
Color Harmonies of #9E5564
Complementary color
Monochromatic Colors of #9E5564
Black with #9E5564
Text Example
Text Example
White with #9E5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5564; }
p { color: rgb(158,85,100); }
H1.HeaderClassName
{
color: #9E5564;
}
.AnyTagClassName
{
color: #9E5564;
}
</style>
background-color css
<style>
a { background-color: #9E5564; }
a { background-color: rgb(158,85,100); }
div.DivClassName
{
background-color: #9E5564;
}
.BgClassName
{
background-color: #9E5564;
}
</style>
border-color css
<style>
span { border-color: #9E5564; }
span { border-color: rgb(158,85,100); }
td.TdClassName
{
border-color: #9E5564;
}
.TagClassName
{
border-color: #9E5564;
}
</style>