Shades of Mauve Taupe #8D5771
Tints of Mauve Taupe #8D5771
RGB
CMYK
RGB Variations
Color information
#8D5771 (or 0x8D5771) is known color: Mauve Taupe. HEX triplet: 8D, 57 and 71. RGB value is (141,87,113). Sum of RGB (Red+Green+Blue) = 141+87+113=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5771 is #72A88E. Grayscale: #6A6A6A. Windows color (decimal): -7514255 or 7427981. OLE color: 7427981.
HSL color Cylindrical-coordinate representation of color #8D5771: hue angle of 331.11º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5771 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 113 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.45 |
| HSL | 331.11º | 0.24% | 0.45% | - |
| HSV(B) | 331.11º | 0.38% | 0.55% | - |
| XYZ | 17.37 | 13.67 | 17.35 | - |
| YUV | 106.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 113 | 0 | 0.38 | 0.20 | 0.45 | 331.11 | 0.24 | 0.45 |
| Hex | 8D | 57 | 71 | 0 | 26 | 14 | 2D | 14B | 18 | 2D |
| Octal | 215 | 127 | 161 | 0 | 46 | 24 | 55 | 513 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1110001 | 0 | 100110 | 10100 | 101101 | 101001011 | 11000 | 101101 |
Color Harmonies of #8D5771
Complementary color
Monochromatic Colors of #8D5771
Black with #8D5771
Text Example
Text Example
White with #8D5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5771; }
p { color: rgb(141,87,113); }
H1.HeaderClassName
{
color: #8D5771;
}
.AnyTagClassName
{
color: #8D5771;
}
</style>
background-color css
<style>
a { background-color: #8D5771; }
a { background-color: rgb(141,87,113); }
div.DivClassName
{
background-color: #8D5771;
}
.BgClassName
{
background-color: #8D5771;
}
</style>
border-color css
<style>
span { border-color: #8D5771; }
span { border-color: rgb(141,87,113); }
td.TdClassName
{
border-color: #8D5771;
}
.TagClassName
{
border-color: #8D5771;
}
</style>