Shades of Mauve Taupe #8D5D73
Tints of Mauve Taupe #8D5D73
RGB
CMYK
RGB Variations
Color information
#8D5D73 (or 0x8D5D73) is known color: Mauve Taupe. HEX triplet: 8D, 5D and 73. RGB value is (141,93,115). Sum of RGB (Red+Green+Blue) = 141+93+115=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D73 is #72A28C. Grayscale: #6D6D6D. Windows color (decimal): -7512717 or 7560589. OLE color: 7560589.
HSL color Cylindrical-coordinate representation of color #8D5D73: hue angle of 332.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D5D73 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 115 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.45 |
| HSL | 332.5º | 0.21% | 0.46% | - |
| HSV(B) | 332.5º | 0.34% | 0.55% | - |
| XYZ | 17.99 | 14.73 | 18.11 | - |
| YUV | 109.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 115 | 0 | 0.34 | 0.18 | 0.45 | 332.5 | 0.21 | 0.46 |
| Hex | 8D | 5D | 73 | 0 | 22 | 12 | 2D | 14C | 15 | 2E |
| Octal | 215 | 135 | 163 | 0 | 42 | 22 | 55 | 514 | 25 | 56 |
| Binary | 10001101 | 1011101 | 1110011 | 0 | 100010 | 10010 | 101101 | 101001100 | 10101 | 101110 |
Color Harmonies of #8D5D73
Complementary color
Monochromatic Colors of #8D5D73
Black with #8D5D73
Text Example
Text Example
White with #8D5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D73; }
p { color: rgb(141,93,115); }
H1.HeaderClassName
{
color: #8D5D73;
}
.AnyTagClassName
{
color: #8D5D73;
}
</style>
background-color css
<style>
a { background-color: #8D5D73; }
a { background-color: rgb(141,93,115); }
div.DivClassName
{
background-color: #8D5D73;
}
.BgClassName
{
background-color: #8D5D73;
}
</style>
border-color css
<style>
span { border-color: #8D5D73; }
span { border-color: rgb(141,93,115); }
td.TdClassName
{
border-color: #8D5D73;
}
.TagClassName
{
border-color: #8D5D73;
}
</style>