Shades of Mauve Taupe #8D5A70
Tints of Mauve Taupe #8D5A70
RGB
CMYK
RGB Variations
Color information
#8D5A70 (or 0x8D5A70) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 70. RGB value is (141,90,112). Sum of RGB (Red+Green+Blue) = 141+90+112=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A70 is #72A58F. Grayscale: #6B6B6B. Windows color (decimal): -7513488 or 7363213. OLE color: 7363213.
HSL color Cylindrical-coordinate representation of color #8D5A70: hue angle of 334.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D5A70 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 112 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.45 |
| HSL | 334.12º | 0.22% | 0.45% | - |
| HSV(B) | 334.12º | 0.36% | 0.55% | - |
| XYZ | 17.57 | 14.14 | 17.13 | - |
| YUV | 107.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 112 | 0 | 0.36 | 0.21 | 0.45 | 334.12 | 0.22 | 0.45 |
| Hex | 8D | 5A | 70 | 0 | 24 | 15 | 2D | 14E | 16 | 2D |
| Octal | 215 | 132 | 160 | 0 | 44 | 25 | 55 | 516 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1110000 | 0 | 100100 | 10101 | 101101 | 101001110 | 10110 | 101101 |
Color Harmonies of #8D5A70
Complementary color
Monochromatic Colors of #8D5A70
Black with #8D5A70
Text Example
Text Example
White with #8D5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A70; }
p { color: rgb(141,90,112); }
H1.HeaderClassName
{
color: #8D5A70;
}
.AnyTagClassName
{
color: #8D5A70;
}
</style>
background-color css
<style>
a { background-color: #8D5A70; }
a { background-color: rgb(141,90,112); }
div.DivClassName
{
background-color: #8D5A70;
}
.BgClassName
{
background-color: #8D5A70;
}
</style>
border-color css
<style>
span { border-color: #8D5A70; }
span { border-color: rgb(141,90,112); }
td.TdClassName
{
border-color: #8D5A70;
}
.TagClassName
{
border-color: #8D5A70;
}
</style>