Shades of Mauve Taupe #915773
Tints of Mauve Taupe #915773
RGB
CMYK
RGB Variations
Color information
#915773 (or 0x915773) is known color: Mauve Taupe. HEX triplet: 91, 57 and 73. RGB value is (145,87,115). Sum of RGB (Red+Green+Blue) = 145+87+115=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915773 is #6EA88C. Grayscale: #6B6B6B. Windows color (decimal): -7252109 or 7559057. OLE color: 7559057.
HSL color Cylindrical-coordinate representation of color #915773: hue angle of 331.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915773 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 115 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.43 |
| HSL | 331.03º | 0.25% | 0.45% | - |
| HSV(B) | 331.03º | 0.4% | 0.57% | - |
| XYZ | 18.18 | 14.07 | 17.98 | - |
| YUV | 107.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 115 | 0 | 0.4 | 0.21 | 0.43 | 331.03 | 0.25 | 0.45 |
| Hex | 91 | 57 | 73 | 0 | 28 | 15 | 2B | 14B | 19 | 2D |
| Octal | 221 | 127 | 163 | 0 | 50 | 25 | 53 | 513 | 31 | 55 |
| Binary | 10010001 | 1010111 | 1110011 | 0 | 101000 | 10101 | 101011 | 101001011 | 11001 | 101101 |
Color Harmonies of #915773
Complementary color
Monochromatic Colors of #915773
Black with #915773
Text Example
Text Example
White with #915773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915773; }
p { color: rgb(145,87,115); }
H1.HeaderClassName
{
color: #915773;
}
.AnyTagClassName
{
color: #915773;
}
</style>
background-color css
<style>
a { background-color: #915773; }
a { background-color: rgb(145,87,115); }
div.DivClassName
{
background-color: #915773;
}
.BgClassName
{
background-color: #915773;
}
</style>
border-color css
<style>
span { border-color: #915773; }
span { border-color: rgb(145,87,115); }
td.TdClassName
{
border-color: #915773;
}
.TagClassName
{
border-color: #915773;
}
</style>