Shades of Mauve Taupe #8E5A73
Tints of Mauve Taupe #8E5A73
RGB
CMYK
RGB Variations
Color information
#8E5A73 (or 0x8E5A73) is known color: Mauve Taupe. HEX triplet: 8E, 5A and 73. RGB value is (142,90,115). Sum of RGB (Red+Green+Blue) = 142+90+115=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A73 is #71A58C. Grayscale: #6C6C6C. Windows color (decimal): -7447949 or 7559822. OLE color: 7559822.
HSL color Cylindrical-coordinate representation of color #8E5A73: hue angle of 331.15º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5A73 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 115 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.44 |
| HSL | 331.15º | 0.22% | 0.45% | - |
| HSV(B) | 331.15º | 0.37% | 0.56% | - |
| XYZ | 17.91 | 14.3 | 18.04 | - |
| YUV | 108.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 115 | 0 | 0.37 | 0.19 | 0.44 | 331.15 | 0.22 | 0.45 |
| Hex | 8E | 5A | 73 | 0 | 25 | 13 | 2C | 14B | 16 | 2D |
| Octal | 216 | 132 | 163 | 0 | 45 | 23 | 54 | 513 | 26 | 55 |
| Binary | 10001110 | 1011010 | 1110011 | 0 | 100101 | 10011 | 101100 | 101001011 | 10110 | 101101 |
Color Harmonies of #8E5A73
Complementary color
Monochromatic Colors of #8E5A73
Black with #8E5A73
Text Example
Text Example
White with #8E5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A73; }
p { color: rgb(142,90,115); }
H1.HeaderClassName
{
color: #8E5A73;
}
.AnyTagClassName
{
color: #8E5A73;
}
</style>
background-color css
<style>
a { background-color: #8E5A73; }
a { background-color: rgb(142,90,115); }
div.DivClassName
{
background-color: #8E5A73;
}
.BgClassName
{
background-color: #8E5A73;
}
</style>
border-color css
<style>
span { border-color: #8E5A73; }
span { border-color: rgb(142,90,115); }
td.TdClassName
{
border-color: #8E5A73;
}
.TagClassName
{
border-color: #8E5A73;
}
</style>