Shades of Mauve Taupe #935A72
Tints of Mauve Taupe #935A72
RGB
CMYK
RGB Variations
Color information
#935A72 (or 0x935A72) is known color: Mauve Taupe. HEX triplet: 93, 5A and 72. RGB value is (147,90,114). Sum of RGB (Red+Green+Blue) = 147+90+114=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A72 is #6CA58D. Grayscale: #6D6D6D. Windows color (decimal): -7120270 or 7494291. OLE color: 7494291.
HSL color Cylindrical-coordinate representation of color #935A72: hue angle of 334.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A72 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 114 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.42 |
| HSL | 334.74º | 0.24% | 0.46% | - |
| HSV(B) | 334.74º | 0.39% | 0.58% | - |
| XYZ | 18.73 | 14.73 | 17.78 | - |
| YUV | 109.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 114 | 0 | 0.39 | 0.22 | 0.42 | 334.74 | 0.24 | 0.46 |
| Hex | 93 | 5A | 72 | 0 | 27 | 16 | 2A | 14F | 18 | 2E |
| Octal | 223 | 132 | 162 | 0 | 47 | 26 | 52 | 517 | 30 | 56 |
| Binary | 10010011 | 1011010 | 1110010 | 0 | 100111 | 10110 | 101010 | 101001111 | 11000 | 101110 |
Color Harmonies of #935A72
Complementary color
Monochromatic Colors of #935A72
Black with #935A72
Text Example
Text Example
White with #935A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A72; }
p { color: rgb(147,90,114); }
H1.HeaderClassName
{
color: #935A72;
}
.AnyTagClassName
{
color: #935A72;
}
</style>
background-color css
<style>
a { background-color: #935A72; }
a { background-color: rgb(147,90,114); }
div.DivClassName
{
background-color: #935A72;
}
.BgClassName
{
background-color: #935A72;
}
</style>
border-color css
<style>
span { border-color: #935A72; }
span { border-color: rgb(147,90,114); }
td.TdClassName
{
border-color: #935A72;
}
.TagClassName
{
border-color: #935A72;
}
</style>