Shades of Mauve Taupe #8D596A
Tints of Mauve Taupe #8D596A
RGB
CMYK
RGB Variations
Color information
#8D596A (or 0x8D596A) is known color: Mauve Taupe. HEX triplet: 8D, 59 and 6A. RGB value is (141,89,106). Sum of RGB (Red+Green+Blue) = 141+89+106=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D596A is #72A695. Grayscale: #6A6A6A. Windows color (decimal): -7513750 or 6969741. OLE color: 6969741.
HSL color Cylindrical-coordinate representation of color #8D596A: hue angle of 340.38º 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 #8D596A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 106 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.45 |
| HSL | 340.38º | 0.23% | 0.45% | - |
| HSV(B) | 340.38º | 0.37% | 0.55% | - |
| XYZ | 17.16 | 13.85 | 15.4 | - |
| YUV | 106.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 106 | 0 | 0.37 | 0.25 | 0.45 | 340.38 | 0.23 | 0.45 |
| Hex | 8D | 59 | 6A | 0 | 25 | 19 | 2D | 154 | 17 | 2D |
| Octal | 215 | 131 | 152 | 0 | 45 | 31 | 55 | 524 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1101010 | 0 | 100101 | 11001 | 101101 | 101010100 | 10111 | 101101 |
Color Harmonies of #8D596A
Complementary color
Monochromatic Colors of #8D596A
Black with #8D596A
Text Example
Text Example
White with #8D596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D596A; }
p { color: rgb(141,89,106); }
H1.HeaderClassName
{
color: #8D596A;
}
.AnyTagClassName
{
color: #8D596A;
}
</style>
background-color css
<style>
a { background-color: #8D596A; }
a { background-color: rgb(141,89,106); }
div.DivClassName
{
background-color: #8D596A;
}
.BgClassName
{
background-color: #8D596A;
}
</style>
border-color css
<style>
span { border-color: #8D596A; }
span { border-color: rgb(141,89,106); }
td.TdClassName
{
border-color: #8D596A;
}
.TagClassName
{
border-color: #8D596A;
}
</style>