Shades of Mauve Taupe #915573
Tints of Mauve Taupe #915573
RGB
CMYK
RGB Variations
Color information
#915573 (or 0x915573) is known color: Mauve Taupe. HEX triplet: 91, 55 and 73. RGB value is (145,85,115). Sum of RGB (Red+Green+Blue) = 145+85+115=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915573 is #6EAA8C. Grayscale: #6A6A6A. Windows color (decimal): -7252621 or 7558545. OLE color: 7558545.
HSL color Cylindrical-coordinate representation of color #915573: hue angle of 330º 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 #915573 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 115 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.43 |
| HSL | 330º | 0.26% | 0.45% | - |
| HSV(B) | 330º | 0.41% | 0.57% | - |
| XYZ | 18.02 | 13.75 | 17.92 | - |
| YUV | 106.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 115 | 0 | 0.41 | 0.21 | 0.43 | 330 | 0.26 | 0.45 |
| Hex | 91 | 55 | 73 | 0 | 29 | 15 | 2B | 14A | 1A | 2D |
| Octal | 221 | 125 | 163 | 0 | 51 | 25 | 53 | 512 | 32 | 55 |
| Binary | 10010001 | 1010101 | 1110011 | 0 | 101001 | 10101 | 101011 | 101001010 | 11010 | 101101 |
Color Harmonies of #915573
Complementary color
Monochromatic Colors of #915573
Black with #915573
Text Example
Text Example
White with #915573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915573; }
p { color: rgb(145,85,115); }
H1.HeaderClassName
{
color: #915573;
}
.AnyTagClassName
{
color: #915573;
}
</style>
background-color css
<style>
a { background-color: #915573; }
a { background-color: rgb(145,85,115); }
div.DivClassName
{
background-color: #915573;
}
.BgClassName
{
background-color: #915573;
}
</style>
border-color css
<style>
span { border-color: #915573; }
span { border-color: rgb(145,85,115); }
td.TdClassName
{
border-color: #915573;
}
.TagClassName
{
border-color: #915573;
}
</style>