Shades of Mauve Taupe #8B586D
Tints of Mauve Taupe #8B586D
RGB
CMYK
RGB Variations
Color information
#8B586D (or 0x8B586D) is known color: Mauve Taupe. HEX triplet: 8B, 58 and 6D. RGB value is (139,88,109). Sum of RGB (Red+Green+Blue) = 139+88+109=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B586D is #74A792. Grayscale: #696969. Windows color (decimal): -7645075 or 7166091. OLE color: 7166091.
HSL color Cylindrical-coordinate representation of color #8B586D: hue angle of 335.29º degrees, saturation: 0.22, 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 #8B586D is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 109 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.45 |
| HSL | 335.29º | 0.22% | 0.45% | - |
| HSV(B) | 335.29º | 0.37% | 0.55% | - |
| XYZ | 16.9 | 13.57 | 16.2 | - |
| YUV | 105.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 109 | 0 | 0.37 | 0.22 | 0.45 | 335.29 | 0.22 | 0.45 |
| Hex | 8B | 58 | 6D | 0 | 25 | 16 | 2D | 14F | 16 | 2D |
| Octal | 213 | 130 | 155 | 0 | 45 | 26 | 55 | 517 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1101101 | 0 | 100101 | 10110 | 101101 | 101001111 | 10110 | 101101 |
Color Harmonies of #8B586D
Complementary color
Monochromatic Colors of #8B586D
Black with #8B586D
Text Example
Text Example
White with #8B586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B586D; }
p { color: rgb(139,88,109); }
H1.HeaderClassName
{
color: #8B586D;
}
.AnyTagClassName
{
color: #8B586D;
}
</style>
background-color css
<style>
a { background-color: #8B586D; }
a { background-color: rgb(139,88,109); }
div.DivClassName
{
background-color: #8B586D;
}
.BgClassName
{
background-color: #8B586D;
}
</style>
border-color css
<style>
span { border-color: #8B586D; }
span { border-color: rgb(139,88,109); }
td.TdClassName
{
border-color: #8B586D;
}
.TagClassName
{
border-color: #8B586D;
}
</style>