Shades of Mauve Taupe #915E71
Tints of Mauve Taupe #915E71
RGB
CMYK
RGB Variations
Color information
#915E71 (or 0x915E71) is known color: Mauve Taupe. HEX triplet: 91, 5E and 71. RGB value is (145,94,113). Sum of RGB (Red+Green+Blue) = 145+94+113=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #915E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E71 is #6EA18E. Grayscale: #6F6F6F. Windows color (decimal): -7250319 or 7429777. OLE color: 7429777.
HSL color Cylindrical-coordinate representation of color #915E71: hue angle of 337.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E71 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 113 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.43 |
| HSL | 337.65º | 0.21% | 0.47% | - |
| HSV(B) | 337.65º | 0.35% | 0.57% | - |
| XYZ | 18.66 | 15.22 | 17.58 | - |
| YUV | 111.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 113 | 0 | 0.35 | 0.22 | 0.43 | 337.65 | 0.21 | 0.47 |
| Hex | 91 | 5E | 71 | 0 | 23 | 16 | 2B | 152 | 15 | 2F |
| Octal | 221 | 136 | 161 | 0 | 43 | 26 | 53 | 522 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1110001 | 0 | 100011 | 10110 | 101011 | 101010010 | 10101 | 101111 |
Color Harmonies of #915E71
Complementary color
Monochromatic Colors of #915E71
Black with #915E71
Text Example
Text Example
White with #915E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E71; }
p { color: rgb(145,94,113); }
H1.HeaderClassName
{
color: #915E71;
}
.AnyTagClassName
{
color: #915E71;
}
</style>
background-color css
<style>
a { background-color: #915E71; }
a { background-color: rgb(145,94,113); }
div.DivClassName
{
background-color: #915E71;
}
.BgClassName
{
background-color: #915E71;
}
</style>
border-color css
<style>
span { border-color: #915E71; }
span { border-color: rgb(145,94,113); }
td.TdClassName
{
border-color: #915E71;
}
.TagClassName
{
border-color: #915E71;
}
</style>