Shades of Mauve Taupe #915975
Tints of Mauve Taupe #915975
RGB
CMYK
RGB Variations
Color information
#915975 (or 0x915975) is known color: Mauve Taupe. HEX triplet: 91, 59 and 75. RGB value is (145,89,117). Sum of RGB (Red+Green+Blue) = 145+89+117=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #915975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915975 is #6EA68A. Grayscale: #6C6C6C. Windows color (decimal): -7251595 or 7690641. OLE color: 7690641.
HSL color Cylindrical-coordinate representation of color #915975: hue angle of 330º 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 #915975 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 117 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.43 |
| HSL | 330º | 0.24% | 0.46% | - |
| HSV(B) | 330º | 0.39% | 0.57% | - |
| XYZ | 18.46 | 14.45 | 18.65 | - |
| YUV | 108.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 117 | 0 | 0.39 | 0.19 | 0.43 | 330 | 0.24 | 0.46 |
| Hex | 91 | 59 | 75 | 0 | 27 | 13 | 2B | 14A | 18 | 2E |
| Octal | 221 | 131 | 165 | 0 | 47 | 23 | 53 | 512 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1110101 | 0 | 100111 | 10011 | 101011 | 101001010 | 11000 | 101110 |
Color Harmonies of #915975
Complementary color
Monochromatic Colors of #915975
Black with #915975
Text Example
Text Example
White with #915975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915975; }
p { color: rgb(145,89,117); }
H1.HeaderClassName
{
color: #915975;
}
.AnyTagClassName
{
color: #915975;
}
</style>
background-color css
<style>
a { background-color: #915975; }
a { background-color: rgb(145,89,117); }
div.DivClassName
{
background-color: #915975;
}
.BgClassName
{
background-color: #915975;
}
</style>
border-color css
<style>
span { border-color: #915975; }
span { border-color: rgb(145,89,117); }
td.TdClassName
{
border-color: #915975;
}
.TagClassName
{
border-color: #915975;
}
</style>