Shades of Mauve Taupe #8E6471
Tints of Mauve Taupe #8E6471
RGB
CMYK
RGB Variations
Color information
#8E6471 (or 0x8E6471) is known color: Mauve Taupe. HEX triplet: 8E, 64 and 71. RGB value is (142,100,113). Sum of RGB (Red+Green+Blue) = 142+100+113=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6471 is #719B8E. Grayscale: #727272. Windows color (decimal): -7445391 or 7431310. OLE color: 7431310.
HSL color Cylindrical-coordinate representation of color #8E6471: hue angle of 341.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6471 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 113 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.44 |
| HSL | 341.43º | 0.17% | 0.47% | - |
| HSV(B) | 341.43º | 0.3% | 0.56% | - |
| XYZ | 18.69 | 16.06 | 17.74 | - |
| YUV | 114.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 113 | 0 | 0.30 | 0.20 | 0.44 | 341.43 | 0.17 | 0.47 |
| Hex | 8E | 64 | 71 | 0 | 1E | 14 | 2C | 155 | 11 | 2F |
| Octal | 216 | 144 | 161 | 0 | 36 | 24 | 54 | 525 | 21 | 57 |
| Binary | 10001110 | 1100100 | 1110001 | 0 | 11110 | 10100 | 101100 | 101010101 | 10001 | 101111 |
Color Harmonies of #8E6471
Complementary color
Monochromatic Colors of #8E6471
Black with #8E6471
Text Example
Text Example
White with #8E6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6471; }
p { color: rgb(142,100,113); }
H1.HeaderClassName
{
color: #8E6471;
}
.AnyTagClassName
{
color: #8E6471;
}
</style>
background-color css
<style>
a { background-color: #8E6471; }
a { background-color: rgb(142,100,113); }
div.DivClassName
{
background-color: #8E6471;
}
.BgClassName
{
background-color: #8E6471;
}
</style>
border-color css
<style>
span { border-color: #8E6471; }
span { border-color: rgb(142,100,113); }
td.TdClassName
{
border-color: #8E6471;
}
.TagClassName
{
border-color: #8E6471;
}
</style>