Shades of Mauve Taupe #8D6171
Tints of Mauve Taupe #8D6171
RGB
CMYK
RGB Variations
Color information
#8D6171 (or 0x8D6171) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 71. RGB value is (141,97,113). Sum of RGB (Red+Green+Blue) = 141+97+113=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6171 is #729E8E. Grayscale: #6F6F6F. Windows color (decimal): -7511695 or 7430541. OLE color: 7430541.
HSL color Cylindrical-coordinate representation of color #8D6171: hue angle of 338.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6171 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 113 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.45 |
| HSL | 338.18º | 0.18% | 0.47% | - |
| HSV(B) | 338.18º | 0.31% | 0.55% | - |
| XYZ | 18.24 | 15.4 | 17.63 | - |
| YUV | 111.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 113 | 0 | 0.31 | 0.20 | 0.45 | 338.18 | 0.18 | 0.47 |
| Hex | 8D | 61 | 71 | 0 | 1F | 14 | 2D | 152 | 12 | 2F |
| Octal | 215 | 141 | 161 | 0 | 37 | 24 | 55 | 522 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1110001 | 0 | 11111 | 10100 | 101101 | 101010010 | 10010 | 101111 |
Color Harmonies of #8D6171
Complementary color
Monochromatic Colors of #8D6171
Black with #8D6171
Text Example
Text Example
White with #8D6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6171; }
p { color: rgb(141,97,113); }
H1.HeaderClassName
{
color: #8D6171;
}
.AnyTagClassName
{
color: #8D6171;
}
</style>
background-color css
<style>
a { background-color: #8D6171; }
a { background-color: rgb(141,97,113); }
div.DivClassName
{
background-color: #8D6171;
}
.BgClassName
{
background-color: #8D6171;
}
</style>
border-color css
<style>
span { border-color: #8D6171; }
span { border-color: rgb(141,97,113); }
td.TdClassName
{
border-color: #8D6171;
}
.TagClassName
{
border-color: #8D6171;
}
</style>