Shades of Mauve Taupe #915973
Tints of Mauve Taupe #915973
RGB
CMYK
RGB Variations
Color information
#915973 (or 0x915973) is known color: Mauve Taupe. HEX triplet: 91, 59 and 73. RGB value is (145,89,115). Sum of RGB (Red+Green+Blue) = 145+89+115=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #915973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915973 is #6EA68C. Grayscale: #6C6C6C. Windows color (decimal): -7251597 or 7559569. OLE color: 7559569.
HSL color Cylindrical-coordinate representation of color #915973: hue angle of 332.14º 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 #915973 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 115 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.43 |
| HSL | 332.14º | 0.24% | 0.46% | - |
| HSV(B) | 332.14º | 0.39% | 0.57% | - |
| XYZ | 18.34 | 14.4 | 18.03 | - |
| YUV | 108.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 115 | 0 | 0.39 | 0.21 | 0.43 | 332.14 | 0.24 | 0.46 |
| Hex | 91 | 59 | 73 | 0 | 27 | 15 | 2B | 14C | 18 | 2E |
| Octal | 221 | 131 | 163 | 0 | 47 | 25 | 53 | 514 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1110011 | 0 | 100111 | 10101 | 101011 | 101001100 | 11000 | 101110 |
Color Harmonies of #915973
Complementary color
Monochromatic Colors of #915973
Black with #915973
Text Example
Text Example
White with #915973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915973; }
p { color: rgb(145,89,115); }
H1.HeaderClassName
{
color: #915973;
}
.AnyTagClassName
{
color: #915973;
}
</style>
background-color css
<style>
a { background-color: #915973; }
a { background-color: rgb(145,89,115); }
div.DivClassName
{
background-color: #915973;
}
.BgClassName
{
background-color: #915973;
}
</style>
border-color css
<style>
span { border-color: #915973; }
span { border-color: rgb(145,89,115); }
td.TdClassName
{
border-color: #915973;
}
.TagClassName
{
border-color: #915973;
}
</style>