Shades of Mauve Taupe #845E71
Tints of Mauve Taupe #845E71
RGB
CMYK
RGB Variations
Color information
#845E71 (or 0x845E71) is known color: Mauve Taupe. HEX triplet: 84, 5E and 71. RGB value is (132,94,113). Sum of RGB (Red+Green+Blue) = 132+94+113=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #845E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E71 is #7BA18E. Grayscale: #6B6B6B. Windows color (decimal): -8102287 or 7429764. OLE color: 7429764.
HSL color Cylindrical-coordinate representation of color #845E71: hue angle of 330º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E71 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 113 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.48 |
| HSL | 330º | 0.17% | 0.44% | - |
| HSV(B) | 330º | 0.29% | 0.52% | - |
| XYZ | 16.5 | 14.1 | 17.48 | - |
| YUV | 107.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 113 | 0 | 0.29 | 0.14 | 0.48 | 330 | 0.17 | 0.44 |
| Hex | 84 | 5E | 71 | 0 | 1D | E | 30 | 14A | 11 | 2C |
| Octal | 204 | 136 | 161 | 0 | 35 | 16 | 60 | 512 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1110001 | 0 | 11101 | 1110 | 110000 | 101001010 | 10001 | 101100 |
Color Harmonies of #845E71
Complementary color
Monochromatic Colors of #845E71
Black with #845E71
Text Example
Text Example
White with #845E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E71; }
p { color: rgb(132,94,113); }
H1.HeaderClassName
{
color: #845E71;
}
.AnyTagClassName
{
color: #845E71;
}
</style>
background-color css
<style>
a { background-color: #845E71; }
a { background-color: rgb(132,94,113); }
div.DivClassName
{
background-color: #845E71;
}
.BgClassName
{
background-color: #845E71;
}
</style>
border-color css
<style>
span { border-color: #845E71; }
span { border-color: rgb(132,94,113); }
td.TdClassName
{
border-color: #845E71;
}
.TagClassName
{
border-color: #845E71;
}
</style>