Shades of Vin Rouge #8E535C
Tints of Vin Rouge #8E535C
RGB
CMYK
RGB Variations
Color information
#8E535C (or 0x8E535C) is known color: Vin Rouge. HEX triplet: 8E, 53 and 5C. RGB value is (142,83,92). Sum of RGB (Red+Green+Blue) = 142+83+92=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E535C is #71ACA3. Grayscale: #656565. Windows color (decimal): -7449764 or 6050702. OLE color: 6050702.
HSL color Cylindrical-coordinate representation of color #8E535C: hue angle of 350.85º degrees, saturation: 0.26, 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 #8E535C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 92 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.44 |
| HSL | 350.85º | 0.26% | 0.44% | - |
| HSV(B) | 350.85º | 0.42% | 0.56% | - |
| XYZ | 16.18 | 12.71 | 11.73 | - |
| YUV | 101.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 92 | 0 | 0.42 | 0.35 | 0.44 | 350.85 | 0.26 | 0.44 |
| Hex | 8E | 53 | 5C | 0 | 2A | 23 | 2C | 15F | 1A | 2C |
| Octal | 216 | 123 | 134 | 0 | 52 | 43 | 54 | 537 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1011100 | 0 | 101010 | 100011 | 101100 | 101011111 | 11010 | 101100 |
Color Harmonies of #8E535C
Complementary color
Monochromatic Colors of #8E535C
Black with #8E535C
Text Example
Text Example
White with #8E535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E535C; }
p { color: rgb(142,83,92); }
H1.HeaderClassName
{
color: #8E535C;
}
.AnyTagClassName
{
color: #8E535C;
}
</style>
background-color css
<style>
a { background-color: #8E535C; }
a { background-color: rgb(142,83,92); }
div.DivClassName
{
background-color: #8E535C;
}
.BgClassName
{
background-color: #8E535C;
}
</style>
border-color css
<style>
span { border-color: #8E535C; }
span { border-color: rgb(142,83,92); }
td.TdClassName
{
border-color: #8E535C;
}
.TagClassName
{
border-color: #8E535C;
}
</style>