Shades of Vin Rouge #8E525D
Tints of Vin Rouge #8E525D
RGB
CMYK
RGB Variations
Color information
#8E525D (or 0x8E525D) is known color: Vin Rouge. HEX triplet: 8E, 52 and 5D. RGB value is (142,82,93). Sum of RGB (Red+Green+Blue) = 142+82+93=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525D is #71ADA2. Grayscale: #656565. Windows color (decimal): -7450019 or 6115982. OLE color: 6115982.
HSL color Cylindrical-coordinate representation of color #8E525D: hue angle of 349º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E525D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 93 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.44 |
| HSL | 349º | 0.27% | 0.44% | - |
| HSV(B) | 349º | 0.42% | 0.56% | - |
| XYZ | 16.15 | 12.58 | 11.93 | - |
| YUV | 101.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 93 | 0 | 0.42 | 0.35 | 0.44 | 349 | 0.27 | 0.44 |
| Hex | 8E | 52 | 5D | 0 | 2A | 23 | 2C | 15D | 1B | 2C |
| Octal | 216 | 122 | 135 | 0 | 52 | 43 | 54 | 535 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1011101 | 0 | 101010 | 100011 | 101100 | 101011101 | 11011 | 101100 |
Color Harmonies of #8E525D
Complementary color
Monochromatic Colors of #8E525D
Black with #8E525D
Text Example
Text Example
White with #8E525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E525D; }
p { color: rgb(142,82,93); }
H1.HeaderClassName
{
color: #8E525D;
}
.AnyTagClassName
{
color: #8E525D;
}
</style>
background-color css
<style>
a { background-color: #8E525D; }
a { background-color: rgb(142,82,93); }
div.DivClassName
{
background-color: #8E525D;
}
.BgClassName
{
background-color: #8E525D;
}
</style>
border-color css
<style>
span { border-color: #8E525D; }
span { border-color: rgb(142,82,93); }
td.TdClassName
{
border-color: #8E525D;
}
.TagClassName
{
border-color: #8E525D;
}
</style>