Shades of Mauve Taupe #8D596D
Tints of Mauve Taupe #8D596D
RGB
CMYK
RGB Variations
Color information
#8D596D (or 0x8D596D) is known color: Mauve Taupe. HEX triplet: 8D, 59 and 6D. RGB value is (141,89,109). Sum of RGB (Red+Green+Blue) = 141+89+109=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D596D is #72A692. Grayscale: #6A6A6A. Windows color (decimal): -7513747 or 7166349. OLE color: 7166349.
HSL color Cylindrical-coordinate representation of color #8D596D: hue angle of 336.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D596D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 109 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.45 |
| HSL | 336.92º | 0.23% | 0.45% | - |
| HSV(B) | 336.92º | 0.37% | 0.55% | - |
| XYZ | 17.32 | 13.91 | 16.24 | - |
| YUV | 106.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 109 | 0 | 0.37 | 0.23 | 0.45 | 336.92 | 0.23 | 0.45 |
| Hex | 8D | 59 | 6D | 0 | 25 | 17 | 2D | 151 | 17 | 2D |
| Octal | 215 | 131 | 155 | 0 | 45 | 27 | 55 | 521 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1101101 | 0 | 100101 | 10111 | 101101 | 101010001 | 10111 | 101101 |
Color Harmonies of #8D596D
Complementary color
Monochromatic Colors of #8D596D
Black with #8D596D
Text Example
Text Example
White with #8D596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D596D; }
p { color: rgb(141,89,109); }
H1.HeaderClassName
{
color: #8D596D;
}
.AnyTagClassName
{
color: #8D596D;
}
</style>
background-color css
<style>
a { background-color: #8D596D; }
a { background-color: rgb(141,89,109); }
div.DivClassName
{
background-color: #8D596D;
}
.BgClassName
{
background-color: #8D596D;
}
</style>
border-color css
<style>
span { border-color: #8D596D; }
span { border-color: rgb(141,89,109); }
td.TdClassName
{
border-color: #8D596D;
}
.TagClassName
{
border-color: #8D596D;
}
</style>