Shades of Mauve Taupe #8D5A66
Tints of Mauve Taupe #8D5A66
RGB
CMYK
RGB Variations
Color information
#8D5A66 (or 0x8D5A66) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 66. RGB value is (141,90,102). Sum of RGB (Red+Green+Blue) = 141+90+102=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A66 is #72A599. Grayscale: #6A6A6A. Windows color (decimal): -7513498 or 6707853. OLE color: 6707853.
HSL color Cylindrical-coordinate representation of color #8D5A66: hue angle of 345.88º 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 #8D5A66 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 102 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.45 |
| HSL | 345.88º | 0.22% | 0.45% | - |
| HSV(B) | 345.88º | 0.36% | 0.55% | - |
| XYZ | 17.04 | 13.93 | 14.36 | - |
| YUV | 106.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 102 | 0 | 0.36 | 0.28 | 0.45 | 345.88 | 0.22 | 0.45 |
| Hex | 8D | 5A | 66 | 0 | 24 | 1C | 2D | 15A | 16 | 2D |
| Octal | 215 | 132 | 146 | 0 | 44 | 34 | 55 | 532 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1100110 | 0 | 100100 | 11100 | 101101 | 101011010 | 10110 | 101101 |
Color Harmonies of #8D5A66
Complementary color
Monochromatic Colors of #8D5A66
Black with #8D5A66
Text Example
Text Example
White with #8D5A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A66; }
p { color: rgb(141,90,102); }
H1.HeaderClassName
{
color: #8D5A66;
}
.AnyTagClassName
{
color: #8D5A66;
}
</style>
background-color css
<style>
a { background-color: #8D5A66; }
a { background-color: rgb(141,90,102); }
div.DivClassName
{
background-color: #8D5A66;
}
.BgClassName
{
background-color: #8D5A66;
}
</style>
border-color css
<style>
span { border-color: #8D5A66; }
span { border-color: rgb(141,90,102); }
td.TdClassName
{
border-color: #8D5A66;
}
.TagClassName
{
border-color: #8D5A66;
}
</style>