Shades of Mauve Taupe #905A71
Tints of Mauve Taupe #905A71
RGB
CMYK
RGB Variations
Color information
#905A71 (or 0x905A71) is known color: Mauve Taupe. HEX triplet: 90, 5A and 71. RGB value is (144,90,113). Sum of RGB (Red+Green+Blue) = 144+90+113=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A71 is #6FA58E. Grayscale: #6C6C6C. Windows color (decimal): -7316879 or 7428752. OLE color: 7428752.
HSL color Cylindrical-coordinate representation of color #905A71: hue angle of 334.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A71 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 113 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.44 |
| HSL | 334.44º | 0.23% | 0.46% | - |
| HSV(B) | 334.44º | 0.38% | 0.56% | - |
| XYZ | 18.14 | 14.43 | 17.45 | - |
| YUV | 108.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 113 | 0 | 0.37 | 0.22 | 0.44 | 334.44 | 0.23 | 0.46 |
| Hex | 90 | 5A | 71 | 0 | 25 | 16 | 2C | 14E | 17 | 2E |
| Octal | 220 | 132 | 161 | 0 | 45 | 26 | 54 | 516 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1110001 | 0 | 100101 | 10110 | 101100 | 101001110 | 10111 | 101110 |
Color Harmonies of #905A71
Complementary color
Monochromatic Colors of #905A71
Black with #905A71
Text Example
Text Example
White with #905A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A71; }
p { color: rgb(144,90,113); }
H1.HeaderClassName
{
color: #905A71;
}
.AnyTagClassName
{
color: #905A71;
}
</style>
background-color css
<style>
a { background-color: #905A71; }
a { background-color: rgb(144,90,113); }
div.DivClassName
{
background-color: #905A71;
}
.BgClassName
{
background-color: #905A71;
}
</style>
border-color css
<style>
span { border-color: #905A71; }
span { border-color: rgb(144,90,113); }
td.TdClassName
{
border-color: #905A71;
}
.TagClassName
{
border-color: #905A71;
}
</style>