Shades of Vin Rouge #8E5A62
Tints of Vin Rouge #8E5A62
RGB
CMYK
RGB Variations
Color information
#8E5A62 (or 0x8E5A62) is known color: Vin Rouge. HEX triplet: 8E, 5A and 62. RGB value is (142,90,98). Sum of RGB (Red+Green+Blue) = 142+90+98=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A62 is #71A59D. Grayscale: #6A6A6A. Windows color (decimal): -7447966 or 6445710. OLE color: 6445710.
HSL color Cylindrical-coordinate representation of color #8E5A62: hue angle of 350.77º 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 #8E5A62 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 98 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.44 |
| HSL | 350.77º | 0.22% | 0.45% | - |
| HSV(B) | 350.77º | 0.37% | 0.56% | - |
| XYZ | 17.02 | 13.94 | 13.35 | - |
| YUV | 106.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 98 | 0 | 0.37 | 0.31 | 0.44 | 350.77 | 0.22 | 0.45 |
| Hex | 8E | 5A | 62 | 0 | 25 | 1F | 2C | 15F | 16 | 2D |
| Octal | 216 | 132 | 142 | 0 | 45 | 37 | 54 | 537 | 26 | 55 |
| Binary | 10001110 | 1011010 | 1100010 | 0 | 100101 | 11111 | 101100 | 101011111 | 10110 | 101101 |
Color Harmonies of #8E5A62
Complementary color
Monochromatic Colors of #8E5A62
Black with #8E5A62
Text Example
Text Example
White with #8E5A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A62; }
p { color: rgb(142,90,98); }
H1.HeaderClassName
{
color: #8E5A62;
}
.AnyTagClassName
{
color: #8E5A62;
}
</style>
background-color css
<style>
a { background-color: #8E5A62; }
a { background-color: rgb(142,90,98); }
div.DivClassName
{
background-color: #8E5A62;
}
.BgClassName
{
background-color: #8E5A62;
}
</style>
border-color css
<style>
span { border-color: #8E5A62; }
span { border-color: rgb(142,90,98); }
td.TdClassName
{
border-color: #8E5A62;
}
.TagClassName
{
border-color: #8E5A62;
}
</style>