Shades of Mauve Taupe #915574
Tints of Mauve Taupe #915574
RGB
CMYK
RGB Variations
Color information
#915574 (or 0x915574) is known color: Mauve Taupe. HEX triplet: 91, 55 and 74. RGB value is (145,85,116). Sum of RGB (Red+Green+Blue) = 145+85+116=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915574 is #6EAA8B. Grayscale: #6A6A6A. Windows color (decimal): -7252620 or 7624081. OLE color: 7624081.
HSL color Cylindrical-coordinate representation of color #915574: hue angle of 329º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915574 is Cyan = 0, Magento = 0.41, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 116 | - |
| CMYK | 0 | 0.41 | 0.2 | 0.43 |
| HSL | 329º | 0.26% | 0.45% | - |
| HSV(B) | 329º | 0.41% | 0.57% | - |
| XYZ | 18.08 | 13.78 | 18.23 | - |
| YUV | 106.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 116 | 0 | 0.41 | 0.2 | 0.43 | 329 | 0.26 | 0.45 |
| Hex | 91 | 55 | 74 | 0 | 29 | 14 | 2B | 149 | 1A | 2D |
| Octal | 221 | 125 | 164 | 0 | 51 | 24 | 53 | 511 | 32 | 55 |
| Binary | 10010001 | 1010101 | 1110100 | 0 | 101001 | 10100 | 101011 | 101001001 | 11010 | 101101 |
Color Harmonies of #915574
Complementary color
Monochromatic Colors of #915574
Black with #915574
Text Example
Text Example
White with #915574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915574; }
p { color: rgb(145,85,116); }
H1.HeaderClassName
{
color: #915574;
}
.AnyTagClassName
{
color: #915574;
}
</style>
background-color css
<style>
a { background-color: #915574; }
a { background-color: rgb(145,85,116); }
div.DivClassName
{
background-color: #915574;
}
.BgClassName
{
background-color: #915574;
}
</style>
border-color css
<style>
span { border-color: #915574; }
span { border-color: rgb(145,85,116); }
td.TdClassName
{
border-color: #915574;
}
.TagClassName
{
border-color: #915574;
}
</style>