Shades of Vin Rouge #8E5A63
Tints of Vin Rouge #8E5A63
RGB
CMYK
RGB Variations
Color information
#8E5A63 (or 0x8E5A63) is known color: Vin Rouge. HEX triplet: 8E, 5A and 63. RGB value is (142,90,99). Sum of RGB (Red+Green+Blue) = 142+90+99=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A63 is #71A59C. Grayscale: #6A6A6A. Windows color (decimal): -7447965 or 6511246. OLE color: 6511246.
HSL color Cylindrical-coordinate representation of color #8E5A63: hue angle of 349.62º degrees, saturation: 0.22, 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 #8E5A63 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 99 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.44 |
| HSL | 349.62º | 0.22% | 0.45% | - |
| HSV(B) | 349.62º | 0.37% | 0.56% | - |
| XYZ | 17.06 | 13.96 | 13.6 | - |
| YUV | 106.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 99 | 0 | 0.37 | 0.30 | 0.44 | 349.62 | 0.22 | 0.45 |
| Hex | 8E | 5A | 63 | 0 | 25 | 1E | 2C | 15E | 16 | 2D |
| Octal | 216 | 132 | 143 | 0 | 45 | 36 | 54 | 536 | 26 | 55 |
| Binary | 10001110 | 1011010 | 1100011 | 0 | 100101 | 11110 | 101100 | 101011110 | 10110 | 101101 |
Color Harmonies of #8E5A63
Complementary color
Monochromatic Colors of #8E5A63
Black with #8E5A63
Text Example
Text Example
White with #8E5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A63; }
p { color: rgb(142,90,99); }
H1.HeaderClassName
{
color: #8E5A63;
}
.AnyTagClassName
{
color: #8E5A63;
}
</style>
background-color css
<style>
a { background-color: #8E5A63; }
a { background-color: rgb(142,90,99); }
div.DivClassName
{
background-color: #8E5A63;
}
.BgClassName
{
background-color: #8E5A63;
}
</style>
border-color css
<style>
span { border-color: #8E5A63; }
span { border-color: rgb(142,90,99); }
td.TdClassName
{
border-color: #8E5A63;
}
.TagClassName
{
border-color: #8E5A63;
}
</style>