Shades of Vin Rouge #8E595C
Tints of Vin Rouge #8E595C
RGB
CMYK
RGB Variations
Color information
#8E595C (or 0x8E595C) is known color: Vin Rouge. HEX triplet: 8E, 59 and 5C. RGB value is (142,89,92). Sum of RGB (Red+Green+Blue) = 142+89+92=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E595C is #71A6A3. Grayscale: #696969. Windows color (decimal): -7448228 or 6052238. OLE color: 6052238.
HSL color Cylindrical-coordinate representation of color #8E595C: hue angle of 356.6º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E595C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 92 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.44 |
| HSL | 356.6º | 0.23% | 0.45% | - |
| HSV(B) | 356.6º | 0.37% | 0.56% | - |
| XYZ | 16.66 | 13.67 | 11.89 | - |
| YUV | 105.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 92 | 0 | 0.37 | 0.35 | 0.44 | 356.6 | 0.23 | 0.45 |
| Hex | 8E | 59 | 5C | 0 | 25 | 23 | 2C | 165 | 17 | 2D |
| Octal | 216 | 131 | 134 | 0 | 45 | 43 | 54 | 545 | 27 | 55 |
| Binary | 10001110 | 1011001 | 1011100 | 0 | 100101 | 100011 | 101100 | 101100101 | 10111 | 101101 |
Color Harmonies of #8E595C
Complementary color
Monochromatic Colors of #8E595C
Black with #8E595C
Text Example
Text Example
White with #8E595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E595C; }
p { color: rgb(142,89,92); }
H1.HeaderClassName
{
color: #8E595C;
}
.AnyTagClassName
{
color: #8E595C;
}
</style>
background-color css
<style>
a { background-color: #8E595C; }
a { background-color: rgb(142,89,92); }
div.DivClassName
{
background-color: #8E595C;
}
.BgClassName
{
background-color: #8E595C;
}
</style>
border-color css
<style>
span { border-color: #8E595C; }
span { border-color: rgb(142,89,92); }
td.TdClassName
{
border-color: #8E595C;
}
.TagClassName
{
border-color: #8E595C;
}
</style>