Shades of Mauve Taupe #8D5A73
Tints of Mauve Taupe #8D5A73
RGB
CMYK
RGB Variations
Color information
#8D5A73 (or 0x8D5A73) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 73. RGB value is (141,90,115). Sum of RGB (Red+Green+Blue) = 141+90+115=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A73 is #72A58C. Grayscale: #6C6C6C. Windows color (decimal): -7513485 or 7559821. OLE color: 7559821.
HSL color Cylindrical-coordinate representation of color #8D5A73: hue angle of 330.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D5A73 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 115 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.45 |
| HSL | 330.59º | 0.22% | 0.45% | - |
| HSV(B) | 330.59º | 0.36% | 0.55% | - |
| XYZ | 17.74 | 14.21 | 18.03 | - |
| YUV | 108.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 115 | 0 | 0.36 | 0.18 | 0.45 | 330.59 | 0.22 | 0.45 |
| Hex | 8D | 5A | 73 | 0 | 24 | 12 | 2D | 14B | 16 | 2D |
| Octal | 215 | 132 | 163 | 0 | 44 | 22 | 55 | 513 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1110011 | 0 | 100100 | 10010 | 101101 | 101001011 | 10110 | 101101 |
Color Harmonies of #8D5A73
Complementary color
Monochromatic Colors of #8D5A73
Black with #8D5A73
Text Example
Text Example
White with #8D5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A73; }
p { color: rgb(141,90,115); }
H1.HeaderClassName
{
color: #8D5A73;
}
.AnyTagClassName
{
color: #8D5A73;
}
</style>
background-color css
<style>
a { background-color: #8D5A73; }
a { background-color: rgb(141,90,115); }
div.DivClassName
{
background-color: #8D5A73;
}
.BgClassName
{
background-color: #8D5A73;
}
</style>
border-color css
<style>
span { border-color: #8D5A73; }
span { border-color: rgb(141,90,115); }
td.TdClassName
{
border-color: #8D5A73;
}
.TagClassName
{
border-color: #8D5A73;
}
</style>