Shades of Mauve Taupe #8E6573
Tints of Mauve Taupe #8E6573
RGB
CMYK
RGB Variations
Color information
#8E6573 (or 0x8E6573) is known color: Mauve Taupe. HEX triplet: 8E, 65 and 73. RGB value is (142,101,115). Sum of RGB (Red+Green+Blue) = 142+101+115=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6573 is #719A8C. Grayscale: #727272. Windows color (decimal): -7445133 or 7562638. OLE color: 7562638.
HSL color Cylindrical-coordinate representation of color #8E6573: hue angle of 339.51º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6573 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 115 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.44 |
| HSL | 339.51º | 0.17% | 0.48% | - |
| HSV(B) | 339.51º | 0.29% | 0.56% | - |
| XYZ | 18.9 | 16.3 | 18.37 | - |
| YUV | 114.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 115 | 0 | 0.29 | 0.19 | 0.44 | 339.51 | 0.17 | 0.48 |
| Hex | 8E | 65 | 73 | 0 | 1D | 13 | 2C | 154 | 11 | 30 |
| Octal | 216 | 145 | 163 | 0 | 35 | 23 | 54 | 524 | 21 | 60 |
| Binary | 10001110 | 1100101 | 1110011 | 0 | 11101 | 10011 | 101100 | 101010100 | 10001 | 110000 |
Color Harmonies of #8E6573
Complementary color
Monochromatic Colors of #8E6573
Black with #8E6573
Text Example
Text Example
White with #8E6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6573; }
p { color: rgb(142,101,115); }
H1.HeaderClassName
{
color: #8E6573;
}
.AnyTagClassName
{
color: #8E6573;
}
</style>
background-color css
<style>
a { background-color: #8E6573; }
a { background-color: rgb(142,101,115); }
div.DivClassName
{
background-color: #8E6573;
}
.BgClassName
{
background-color: #8E6573;
}
</style>
border-color css
<style>
span { border-color: #8E6573; }
span { border-color: rgb(142,101,115); }
td.TdClassName
{
border-color: #8E6573;
}
.TagClassName
{
border-color: #8E6573;
}
</style>