Shades of Vin Rouge #9E586D
Tints of Vin Rouge #9E586D
RGB
CMYK
RGB Variations
Color information
#9E586D (or 0x9E586D) is known color: Vin Rouge. HEX triplet: 9E, 58 and 6D. RGB value is (158,88,109). Sum of RGB (Red+Green+Blue) = 158+88+109=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E586D is #61A792. Grayscale: #6F6F6F. Windows color (decimal): -6399891 or 7166110. OLE color: 7166110.
HSL color Cylindrical-coordinate representation of color #9E586D: hue angle of 342º 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 #9E586D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 109 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.38 |
| HSL | 342º | 0.28% | 0.48% | - |
| HSV(B) | 342º | 0.44% | 0.62% | - |
| XYZ | 20.35 | 15.35 | 16.36 | - |
| YUV | 111.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 109 | 0 | 0.44 | 0.31 | 0.38 | 342 | 0.28 | 0.48 |
| Hex | 9E | 58 | 6D | 0 | 2C | 1F | 26 | 156 | 1C | 30 |
| Octal | 236 | 130 | 155 | 0 | 54 | 37 | 46 | 526 | 34 | 60 |
| Binary | 10011110 | 1011000 | 1101101 | 0 | 101100 | 11111 | 100110 | 101010110 | 11100 | 110000 |
Color Harmonies of #9E586D
Complementary color
Monochromatic Colors of #9E586D
Black with #9E586D
Text Example
Text Example
White with #9E586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E586D; }
p { color: rgb(158,88,109); }
H1.HeaderClassName
{
color: #9E586D;
}
.AnyTagClassName
{
color: #9E586D;
}
</style>
background-color css
<style>
a { background-color: #9E586D; }
a { background-color: rgb(158,88,109); }
div.DivClassName
{
background-color: #9E586D;
}
.BgClassName
{
background-color: #9E586D;
}
</style>
border-color css
<style>
span { border-color: #9E586D; }
span { border-color: rgb(158,88,109); }
td.TdClassName
{
border-color: #9E586D;
}
.TagClassName
{
border-color: #9E586D;
}
</style>