Shades of Mauve Taupe #8D5B72
Tints of Mauve Taupe #8D5B72
RGB
CMYK
RGB Variations
Color information
#8D5B72 (or 0x8D5B72) is known color: Mauve Taupe. HEX triplet: 8D, 5B and 72. RGB value is (141,91,114). Sum of RGB (Red+Green+Blue) = 141+91+114=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B72 is #72A48D. Grayscale: #6C6C6C. Windows color (decimal): -7513230 or 7494541. OLE color: 7494541.
HSL color Cylindrical-coordinate representation of color #8D5B72: hue angle of 332.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5B72 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 114 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.45 |
| HSL | 332.4º | 0.22% | 0.45% | - |
| HSV(B) | 332.4º | 0.35% | 0.55% | - |
| XYZ | 17.76 | 14.36 | 17.76 | - |
| YUV | 108.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 114 | 0 | 0.35 | 0.19 | 0.45 | 332.4 | 0.22 | 0.45 |
| Hex | 8D | 5B | 72 | 0 | 23 | 13 | 2D | 14C | 16 | 2D |
| Octal | 215 | 133 | 162 | 0 | 43 | 23 | 55 | 514 | 26 | 55 |
| Binary | 10001101 | 1011011 | 1110010 | 0 | 100011 | 10011 | 101101 | 101001100 | 10110 | 101101 |
Color Harmonies of #8D5B72
Complementary color
Monochromatic Colors of #8D5B72
Black with #8D5B72
Text Example
Text Example
White with #8D5B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B72; }
p { color: rgb(141,91,114); }
H1.HeaderClassName
{
color: #8D5B72;
}
.AnyTagClassName
{
color: #8D5B72;
}
</style>
background-color css
<style>
a { background-color: #8D5B72; }
a { background-color: rgb(141,91,114); }
div.DivClassName
{
background-color: #8D5B72;
}
.BgClassName
{
background-color: #8D5B72;
}
</style>
border-color css
<style>
span { border-color: #8D5B72; }
span { border-color: rgb(141,91,114); }
td.TdClassName
{
border-color: #8D5B72;
}
.TagClassName
{
border-color: #8D5B72;
}
</style>