Shades of Mauve Taupe #8D5C72
Tints of Mauve Taupe #8D5C72
RGB
CMYK
RGB Variations
Color information
#8D5C72 (or 0x8D5C72) is known color: Mauve Taupe. HEX triplet: 8D, 5C and 72. RGB value is (141,92,114). Sum of RGB (Red+Green+Blue) = 141+92+114=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C72 is #72A38D. Grayscale: #6D6D6D. Windows color (decimal): -7512974 or 7494797. OLE color: 7494797.
HSL color Cylindrical-coordinate representation of color #8D5C72: hue angle of 333.06º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C72 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 92 | 114 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.45 |
| HSL | 333.06º | 0.21% | 0.46% | - |
| HSV(B) | 333.06º | 0.35% | 0.55% | - |
| XYZ | 17.85 | 14.53 | 17.78 | - |
| YUV | 109.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 114 | 0 | 0.35 | 0.19 | 0.45 | 333.06 | 0.21 | 0.46 |
| Hex | 8D | 5C | 72 | 0 | 23 | 13 | 2D | 14D | 15 | 2E |
| Octal | 215 | 134 | 162 | 0 | 43 | 23 | 55 | 515 | 25 | 56 |
| Binary | 10001101 | 1011100 | 1110010 | 0 | 100011 | 10011 | 101101 | 101001101 | 10101 | 101110 |
Color Harmonies of #8D5C72
Complementary color
Monochromatic Colors of #8D5C72
Black with #8D5C72
Text Example
Text Example
White with #8D5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5C72; }
p { color: rgb(141,92,114); }
H1.HeaderClassName
{
color: #8D5C72;
}
.AnyTagClassName
{
color: #8D5C72;
}
</style>
background-color css
<style>
a { background-color: #8D5C72; }
a { background-color: rgb(141,92,114); }
div.DivClassName
{
background-color: #8D5C72;
}
.BgClassName
{
background-color: #8D5C72;
}
</style>
border-color css
<style>
span { border-color: #8D5C72; }
span { border-color: rgb(141,92,114); }
td.TdClassName
{
border-color: #8D5C72;
}
.TagClassName
{
border-color: #8D5C72;
}
</style>