Shades of Mauve Taupe #8C5871
Tints of Mauve Taupe #8C5871
RGB
CMYK
RGB Variations
Color information
#8C5871 (or 0x8C5871) is known color: Mauve Taupe. HEX triplet: 8C, 58 and 71. RGB value is (140,88,113). Sum of RGB (Red+Green+Blue) = 140+88+113=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5871 is #73A78E. Grayscale: #6A6A6A. Windows color (decimal): -7579535 or 7428236. OLE color: 7428236.
HSL color Cylindrical-coordinate representation of color #8C5871: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5871 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 113 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.45 |
| HSL | 331.15º | 0.23% | 0.45% | - |
| HSV(B) | 331.15º | 0.37% | 0.55% | - |
| XYZ | 17.29 | 13.75 | 17.37 | - |
| YUV | 106.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 113 | 0 | 0.37 | 0.19 | 0.45 | 331.15 | 0.23 | 0.45 |
| Hex | 8C | 58 | 71 | 0 | 25 | 13 | 2D | 14B | 17 | 2D |
| Octal | 214 | 130 | 161 | 0 | 45 | 23 | 55 | 513 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1110001 | 0 | 100101 | 10011 | 101101 | 101001011 | 10111 | 101101 |
Color Harmonies of #8C5871
Complementary color
Monochromatic Colors of #8C5871
Black with #8C5871
Text Example
Text Example
White with #8C5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5871; }
p { color: rgb(140,88,113); }
H1.HeaderClassName
{
color: #8C5871;
}
.AnyTagClassName
{
color: #8C5871;
}
</style>
background-color css
<style>
a { background-color: #8C5871; }
a { background-color: rgb(140,88,113); }
div.DivClassName
{
background-color: #8C5871;
}
.BgClassName
{
background-color: #8C5871;
}
</style>
border-color css
<style>
span { border-color: #8C5871; }
span { border-color: rgb(140,88,113); }
td.TdClassName
{
border-color: #8C5871;
}
.TagClassName
{
border-color: #8C5871;
}
</style>