Shades of Vin Rouge #8E5662
Tints of Vin Rouge #8E5662
RGB
CMYK
RGB Variations
Color information
#8E5662 (or 0x8E5662) is known color: Vin Rouge. HEX triplet: 8E, 56 and 62. RGB value is (142,86,98). Sum of RGB (Red+Green+Blue) = 142+86+98=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5662 is #71A99D. Grayscale: #686868. Windows color (decimal): -7448990 or 6444686. OLE color: 6444686.
HSL color Cylindrical-coordinate representation of color #8E5662: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5662 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 98 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.44 |
| HSL | 347.14º | 0.25% | 0.45% | - |
| HSV(B) | 347.14º | 0.39% | 0.56% | - |
| XYZ | 16.69 | 13.29 | 13.24 | - |
| YUV | 104.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 98 | 0 | 0.39 | 0.31 | 0.44 | 347.14 | 0.25 | 0.45 |
| Hex | 8E | 56 | 62 | 0 | 27 | 1F | 2C | 15B | 19 | 2D |
| Octal | 216 | 126 | 142 | 0 | 47 | 37 | 54 | 533 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1100010 | 0 | 100111 | 11111 | 101100 | 101011011 | 11001 | 101101 |
Color Harmonies of #8E5662
Complementary color
Monochromatic Colors of #8E5662
Black with #8E5662
Text Example
Text Example
White with #8E5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5662; }
p { color: rgb(142,86,98); }
H1.HeaderClassName
{
color: #8E5662;
}
.AnyTagClassName
{
color: #8E5662;
}
</style>
background-color css
<style>
a { background-color: #8E5662; }
a { background-color: rgb(142,86,98); }
div.DivClassName
{
background-color: #8E5662;
}
.BgClassName
{
background-color: #8E5662;
}
</style>
border-color css
<style>
span { border-color: #8E5662; }
span { border-color: rgb(142,86,98); }
td.TdClassName
{
border-color: #8E5662;
}
.TagClassName
{
border-color: #8E5662;
}
</style>