Shades of Mauve Taupe #8D616F
Tints of Mauve Taupe #8D616F
RGB
CMYK
RGB Variations
Color information
#8D616F (or 0x8D616F) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 6F. RGB value is (141,97,111). Sum of RGB (Red+Green+Blue) = 141+97+111=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D616F is #729E90. Grayscale: #6F6F6F. Windows color (decimal): -7511697 or 7299469. OLE color: 7299469.
HSL color Cylindrical-coordinate representation of color #8D616F: hue angle of 340.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D616F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 111 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.45 |
| HSL | 340.91º | 0.18% | 0.47% | - |
| HSV(B) | 340.91º | 0.31% | 0.55% | - |
| XYZ | 18.13 | 15.36 | 17.05 | - |
| YUV | 111.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 111 | 0 | 0.31 | 0.21 | 0.45 | 340.91 | 0.18 | 0.47 |
| Hex | 8D | 61 | 6F | 0 | 1F | 15 | 2D | 155 | 12 | 2F |
| Octal | 215 | 141 | 157 | 0 | 37 | 25 | 55 | 525 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1101111 | 0 | 11111 | 10101 | 101101 | 101010101 | 10010 | 101111 |
Color Harmonies of #8D616F
Complementary color
Monochromatic Colors of #8D616F
Black with #8D616F
Text Example
Text Example
White with #8D616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D616F; }
p { color: rgb(141,97,111); }
H1.HeaderClassName
{
color: #8D616F;
}
.AnyTagClassName
{
color: #8D616F;
}
</style>
background-color css
<style>
a { background-color: #8D616F; }
a { background-color: rgb(141,97,111); }
div.DivClassName
{
background-color: #8D616F;
}
.BgClassName
{
background-color: #8D616F;
}
</style>
border-color css
<style>
span { border-color: #8D616F; }
span { border-color: rgb(141,97,111); }
td.TdClassName
{
border-color: #8D616F;
}
.TagClassName
{
border-color: #8D616F;
}
</style>