Shades of Vin Rouge #8E525E
Tints of Vin Rouge #8E525E
RGB
CMYK
RGB Variations
Color information
#8E525E (or 0x8E525E) is known color: Vin Rouge. HEX triplet: 8E, 52 and 5E. RGB value is (142,82,94). Sum of RGB (Red+Green+Blue) = 142+82+94=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525E is #71ADA1. Grayscale: #656565. Windows color (decimal): -7450018 or 6181518. OLE color: 6181518.
HSL color Cylindrical-coordinate representation of color #8E525E: hue angle of 348º 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 #8E525E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 94 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.44 |
| HSL | 348º | 0.27% | 0.44% | - |
| HSV(B) | 348º | 0.42% | 0.56% | - |
| XYZ | 16.19 | 12.59 | 12.17 | - |
| YUV | 101.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 94 | 0 | 0.42 | 0.34 | 0.44 | 348 | 0.27 | 0.44 |
| Hex | 8E | 52 | 5E | 0 | 2A | 22 | 2C | 15C | 1B | 2C |
| Octal | 216 | 122 | 136 | 0 | 52 | 42 | 54 | 534 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1011110 | 0 | 101010 | 100010 | 101100 | 101011100 | 11011 | 101100 |
Color Harmonies of #8E525E
Complementary color
Monochromatic Colors of #8E525E
Black with #8E525E
Text Example
Text Example
White with #8E525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E525E; }
p { color: rgb(142,82,94); }
H1.HeaderClassName
{
color: #8E525E;
}
.AnyTagClassName
{
color: #8E525E;
}
</style>
background-color css
<style>
a { background-color: #8E525E; }
a { background-color: rgb(142,82,94); }
div.DivClassName
{
background-color: #8E525E;
}
.BgClassName
{
background-color: #8E525E;
}
</style>
border-color css
<style>
span { border-color: #8E525E; }
span { border-color: rgb(142,82,94); }
td.TdClassName
{
border-color: #8E525E;
}
.TagClassName
{
border-color: #8E525E;
}
</style>