Shades of Vin Rouge #8E555A
Tints of Vin Rouge #8E555A
RGB
CMYK
RGB Variations
Color information
#8E555A (or 0x8E555A) is known color: Vin Rouge. HEX triplet: 8E, 55 and 5A. RGB value is (142,85,90). Sum of RGB (Red+Green+Blue) = 142+85+90=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E555A is #71AAA5. Grayscale: #666666. Windows color (decimal): -7449254 or 5920142. OLE color: 5920142.
HSL color Cylindrical-coordinate representation of color #8E555A: hue angle of 354.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E555A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 90 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.44 |
| HSL | 354.74º | 0.25% | 0.45% | - |
| HSV(B) | 354.74º | 0.4% | 0.56% | - |
| XYZ | 16.25 | 12.99 | 11.32 | - |
| YUV | 102.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 90 | 0 | 0.40 | 0.37 | 0.44 | 354.74 | 0.25 | 0.45 |
| Hex | 8E | 55 | 5A | 0 | 28 | 25 | 2C | 163 | 19 | 2D |
| Octal | 216 | 125 | 132 | 0 | 50 | 45 | 54 | 543 | 31 | 55 |
| Binary | 10001110 | 1010101 | 1011010 | 0 | 101000 | 100101 | 101100 | 101100011 | 11001 | 101101 |
Color Harmonies of #8E555A
Complementary color
Monochromatic Colors of #8E555A
Black with #8E555A
Text Example
Text Example
White with #8E555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E555A; }
p { color: rgb(142,85,90); }
H1.HeaderClassName
{
color: #8E555A;
}
.AnyTagClassName
{
color: #8E555A;
}
</style>
background-color css
<style>
a { background-color: #8E555A; }
a { background-color: rgb(142,85,90); }
div.DivClassName
{
background-color: #8E555A;
}
.BgClassName
{
background-color: #8E555A;
}
</style>
border-color css
<style>
span { border-color: #8E555A; }
span { border-color: rgb(142,85,90); }
td.TdClassName
{
border-color: #8E555A;
}
.TagClassName
{
border-color: #8E555A;
}
</style>