Shades of Mauve Taupe #8D6271
Tints of Mauve Taupe #8D6271
RGB
CMYK
RGB Variations
Color information
#8D6271 (or 0x8D6271) is known color: Mauve Taupe. HEX triplet: 8D, 62 and 71. RGB value is (141,98,113). Sum of RGB (Red+Green+Blue) = 141+98+113=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6271 is #729D8E. Grayscale: #707070. Windows color (decimal): -7511439 or 7430797. OLE color: 7430797.
HSL color Cylindrical-coordinate representation of color #8D6271: hue angle of 339.07º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6271 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 113 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.45 |
| HSL | 339.07º | 0.18% | 0.47% | - |
| HSV(B) | 339.07º | 0.3% | 0.55% | - |
| XYZ | 18.33 | 15.59 | 17.67 | - |
| YUV | 112.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 113 | 0 | 0.30 | 0.20 | 0.45 | 339.07 | 0.18 | 0.47 |
| Hex | 8D | 62 | 71 | 0 | 1E | 14 | 2D | 153 | 12 | 2F |
| Octal | 215 | 142 | 161 | 0 | 36 | 24 | 55 | 523 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1110001 | 0 | 11110 | 10100 | 101101 | 101010011 | 10010 | 101111 |
Color Harmonies of #8D6271
Complementary color
Monochromatic Colors of #8D6271
Black with #8D6271
Text Example
Text Example
White with #8D6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6271; }
p { color: rgb(141,98,113); }
H1.HeaderClassName
{
color: #8D6271;
}
.AnyTagClassName
{
color: #8D6271;
}
</style>
background-color css
<style>
a { background-color: #8D6271; }
a { background-color: rgb(141,98,113); }
div.DivClassName
{
background-color: #8D6271;
}
.BgClassName
{
background-color: #8D6271;
}
</style>
border-color css
<style>
span { border-color: #8D6271; }
span { border-color: rgb(141,98,113); }
td.TdClassName
{
border-color: #8D6271;
}
.TagClassName
{
border-color: #8D6271;
}
</style>