Shades of Mauve Taupe #8E5671
Tints of Mauve Taupe #8E5671
RGB
CMYK
RGB Variations
Color information
#8E5671 (or 0x8E5671) is known color: Mauve Taupe. HEX triplet: 8E, 56 and 71. RGB value is (142,86,113). Sum of RGB (Red+Green+Blue) = 142+86+113=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5671 is #71A98E. Grayscale: #696969. Windows color (decimal): -7448975 or 7427726. OLE color: 7427726.
HSL color Cylindrical-coordinate representation of color #8E5671: hue angle of 331.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5671 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 113 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.44 |
| HSL | 331.07º | 0.25% | 0.45% | - |
| HSV(B) | 331.07º | 0.39% | 0.56% | - |
| XYZ | 17.46 | 13.6 | 17.33 | - |
| YUV | 105.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 113 | 0 | 0.39 | 0.20 | 0.44 | 331.07 | 0.25 | 0.45 |
| Hex | 8E | 56 | 71 | 0 | 27 | 14 | 2C | 14B | 19 | 2D |
| Octal | 216 | 126 | 161 | 0 | 47 | 24 | 54 | 513 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1110001 | 0 | 100111 | 10100 | 101100 | 101001011 | 11001 | 101101 |
Color Harmonies of #8E5671
Complementary color
Monochromatic Colors of #8E5671
Black with #8E5671
Text Example
Text Example
White with #8E5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5671; }
p { color: rgb(142,86,113); }
H1.HeaderClassName
{
color: #8E5671;
}
.AnyTagClassName
{
color: #8E5671;
}
</style>
background-color css
<style>
a { background-color: #8E5671; }
a { background-color: rgb(142,86,113); }
div.DivClassName
{
background-color: #8E5671;
}
.BgClassName
{
background-color: #8E5671;
}
</style>
border-color css
<style>
span { border-color: #8E5671; }
span { border-color: rgb(142,86,113); }
td.TdClassName
{
border-color: #8E5671;
}
.TagClassName
{
border-color: #8E5671;
}
</style>