Shades of Mauve Taupe #915971
Tints of Mauve Taupe #915971
RGB
CMYK
RGB Variations
Color information
#915971 (or 0x915971) is known color: Mauve Taupe. HEX triplet: 91, 59 and 71. RGB value is (145,89,113). Sum of RGB (Red+Green+Blue) = 145+89+113=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915971 is #6EA68E. Grayscale: #6C6C6C. Windows color (decimal): -7251599 or 7428497. OLE color: 7428497.
HSL color Cylindrical-coordinate representation of color #915971: hue angle of 334.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915971 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 113 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.43 |
| HSL | 334.29º | 0.24% | 0.46% | - |
| HSV(B) | 334.29º | 0.39% | 0.57% | - |
| XYZ | 18.23 | 14.36 | 17.43 | - |
| YUV | 108.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 113 | 0 | 0.39 | 0.22 | 0.43 | 334.29 | 0.24 | 0.46 |
| Hex | 91 | 59 | 71 | 0 | 27 | 16 | 2B | 14E | 18 | 2E |
| Octal | 221 | 131 | 161 | 0 | 47 | 26 | 53 | 516 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1110001 | 0 | 100111 | 10110 | 101011 | 101001110 | 11000 | 101110 |
Color Harmonies of #915971
Complementary color
Monochromatic Colors of #915971
Black with #915971
Text Example
Text Example
White with #915971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915971; }
p { color: rgb(145,89,113); }
H1.HeaderClassName
{
color: #915971;
}
.AnyTagClassName
{
color: #915971;
}
</style>
background-color css
<style>
a { background-color: #915971; }
a { background-color: rgb(145,89,113); }
div.DivClassName
{
background-color: #915971;
}
.BgClassName
{
background-color: #915971;
}
</style>
border-color css
<style>
span { border-color: #915971; }
span { border-color: rgb(145,89,113); }
td.TdClassName
{
border-color: #915971;
}
.TagClassName
{
border-color: #915971;
}
</style>