Shades of Vin Rouge #8E525C
Tints of Vin Rouge #8E525C
RGB
CMYK
RGB Variations
Color information
#8E525C (or 0x8E525C) is known color: Vin Rouge. HEX triplet: 8E, 52 and 5C. RGB value is (142,82,92). Sum of RGB (Red+Green+Blue) = 142+82+92=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525C is #71ADA3. Grayscale: #656565. Windows color (decimal): -7450020 or 6050446. OLE color: 6050446.
HSL color Cylindrical-coordinate representation of color #8E525C: hue angle of 350º 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 #8E525C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 92 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.44 |
| HSL | 350º | 0.27% | 0.44% | - |
| HSV(B) | 350º | 0.42% | 0.56% | - |
| XYZ | 16.1 | 12.56 | 11.7 | - |
| YUV | 101.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 92 | 0 | 0.42 | 0.35 | 0.44 | 350 | 0.27 | 0.44 |
| Hex | 8E | 52 | 5C | 0 | 2A | 23 | 2C | 15E | 1B | 2C |
| Octal | 216 | 122 | 134 | 0 | 52 | 43 | 54 | 536 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1011100 | 0 | 101010 | 100011 | 101100 | 101011110 | 11011 | 101100 |
Color Harmonies of #8E525C
Complementary color
Monochromatic Colors of #8E525C
Black with #8E525C
Text Example
Text Example
White with #8E525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E525C; }
p { color: rgb(142,82,92); }
H1.HeaderClassName
{
color: #8E525C;
}
.AnyTagClassName
{
color: #8E525C;
}
</style>
background-color css
<style>
a { background-color: #8E525C; }
a { background-color: rgb(142,82,92); }
div.DivClassName
{
background-color: #8E525C;
}
.BgClassName
{
background-color: #8E525C;
}
</style>
border-color css
<style>
span { border-color: #8E525C; }
span { border-color: rgb(142,82,92); }
td.TdClassName
{
border-color: #8E525C;
}
.TagClassName
{
border-color: #8E525C;
}
</style>