Shades of Mauve Taupe #935572
Tints of Mauve Taupe #935572
RGB
CMYK
RGB Variations
Color information
#935572 (or 0x935572) is known color: Mauve Taupe. HEX triplet: 93, 55 and 72. RGB value is (147,85,114). Sum of RGB (Red+Green+Blue) = 147+85+114=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935572 is #6CAA8D. Grayscale: #6A6A6A. Windows color (decimal): -7121550 or 7493011. OLE color: 7493011.
HSL color Cylindrical-coordinate representation of color #935572: hue angle of 331.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935572 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 114 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.42 |
| HSL | 331.94º | 0.27% | 0.45% | - |
| HSV(B) | 331.94º | 0.42% | 0.58% | - |
| XYZ | 18.32 | 13.91 | 17.64 | - |
| YUV | 106.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 114 | 0 | 0.42 | 0.22 | 0.42 | 331.94 | 0.27 | 0.45 |
| Hex | 93 | 55 | 72 | 0 | 2A | 16 | 2A | 14C | 1B | 2D |
| Octal | 223 | 125 | 162 | 0 | 52 | 26 | 52 | 514 | 33 | 55 |
| Binary | 10010011 | 1010101 | 1110010 | 0 | 101010 | 10110 | 101010 | 101001100 | 11011 | 101101 |
Color Harmonies of #935572
Complementary color
Monochromatic Colors of #935572
Black with #935572
Text Example
Text Example
White with #935572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935572; }
p { color: rgb(147,85,114); }
H1.HeaderClassName
{
color: #935572;
}
.AnyTagClassName
{
color: #935572;
}
</style>
background-color css
<style>
a { background-color: #935572; }
a { background-color: rgb(147,85,114); }
div.DivClassName
{
background-color: #935572;
}
.BgClassName
{
background-color: #935572;
}
</style>
border-color css
<style>
span { border-color: #935572; }
span { border-color: rgb(147,85,114); }
td.TdClassName
{
border-color: #935572;
}
.TagClassName
{
border-color: #935572;
}
</style>