Shades of Mauve Taupe #8D5873
Tints of Mauve Taupe #8D5873
RGB
CMYK
RGB Variations
Color information
#8D5873 (or 0x8D5873) is known color: Mauve Taupe. HEX triplet: 8D, 58 and 73. RGB value is (141,88,115). Sum of RGB (Red+Green+Blue) = 141+88+115=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5873 is #72A78C. Grayscale: #6A6A6A. Windows color (decimal): -7513997 or 7559309. OLE color: 7559309.
HSL color Cylindrical-coordinate representation of color #8D5873: hue angle of 329.43º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5873 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 115 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.45 |
| HSL | 329.43º | 0.23% | 0.45% | - |
| HSV(B) | 329.43º | 0.38% | 0.55% | - |
| XYZ | 17.57 | 13.88 | 17.97 | - |
| YUV | 106.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 115 | 0 | 0.38 | 0.18 | 0.45 | 329.43 | 0.23 | 0.45 |
| Hex | 8D | 58 | 73 | 0 | 26 | 12 | 2D | 149 | 17 | 2D |
| Octal | 215 | 130 | 163 | 0 | 46 | 22 | 55 | 511 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1110011 | 0 | 100110 | 10010 | 101101 | 101001001 | 10111 | 101101 |
Color Harmonies of #8D5873
Complementary color
Monochromatic Colors of #8D5873
Black with #8D5873
Text Example
Text Example
White with #8D5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5873; }
p { color: rgb(141,88,115); }
H1.HeaderClassName
{
color: #8D5873;
}
.AnyTagClassName
{
color: #8D5873;
}
</style>
background-color css
<style>
a { background-color: #8D5873; }
a { background-color: rgb(141,88,115); }
div.DivClassName
{
background-color: #8D5873;
}
.BgClassName
{
background-color: #8D5873;
}
</style>
border-color css
<style>
span { border-color: #8D5873; }
span { border-color: rgb(141,88,115); }
td.TdClassName
{
border-color: #8D5873;
}
.TagClassName
{
border-color: #8D5873;
}
</style>