Shades of Vin Rouge #8E555C
Tints of Vin Rouge #8E555C
RGB
CMYK
RGB Variations
Color information
#8E555C (or 0x8E555C) is known color: Vin Rouge. HEX triplet: 8E, 55 and 5C. RGB value is (142,85,92). Sum of RGB (Red+Green+Blue) = 142+85+92=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E555C is #71AAA3. Grayscale: #666666. Windows color (decimal): -7449252 or 6051214. OLE color: 6051214.
HSL color Cylindrical-coordinate representation of color #8E555C: hue angle of 352.63º 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 #8E555C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 92 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.44 |
| HSL | 352.63º | 0.25% | 0.45% | - |
| HSV(B) | 352.63º | 0.4% | 0.56% | - |
| XYZ | 16.34 | 13.02 | 11.78 | - |
| YUV | 102.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 92 | 0 | 0.40 | 0.35 | 0.44 | 352.63 | 0.25 | 0.45 |
| Hex | 8E | 55 | 5C | 0 | 28 | 23 | 2C | 161 | 19 | 2D |
| Octal | 216 | 125 | 134 | 0 | 50 | 43 | 54 | 541 | 31 | 55 |
| Binary | 10001110 | 1010101 | 1011100 | 0 | 101000 | 100011 | 101100 | 101100001 | 11001 | 101101 |
Color Harmonies of #8E555C
Complementary color
Monochromatic Colors of #8E555C
Black with #8E555C
Text Example
Text Example
White with #8E555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E555C; }
p { color: rgb(142,85,92); }
H1.HeaderClassName
{
color: #8E555C;
}
.AnyTagClassName
{
color: #8E555C;
}
</style>
background-color css
<style>
a { background-color: #8E555C; }
a { background-color: rgb(142,85,92); }
div.DivClassName
{
background-color: #8E555C;
}
.BgClassName
{
background-color: #8E555C;
}
</style>
border-color css
<style>
span { border-color: #8E555C; }
span { border-color: rgb(142,85,92); }
td.TdClassName
{
border-color: #8E555C;
}
.TagClassName
{
border-color: #8E555C;
}
</style>