Shades of Mauve Taupe #955D71
Tints of Mauve Taupe #955D71
RGB
CMYK
RGB Variations
Color information
#955D71 (or 0x955D71) is known color: Mauve Taupe. HEX triplet: 95, 5D and 71. RGB value is (149,93,113). Sum of RGB (Red+Green+Blue) = 149+93+113=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D71 is #6AA28E. Grayscale: #707070. Windows color (decimal): -6988431 or 7429525. OLE color: 7429525.
HSL color Cylindrical-coordinate representation of color #955D71: hue angle of 338.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D71 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 113 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.42 |
| HSL | 338.57º | 0.23% | 0.47% | - |
| HSV(B) | 338.57º | 0.38% | 0.58% | - |
| XYZ | 19.29 | 15.41 | 17.58 | - |
| YUV | 112.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 113 | 0 | 0.38 | 0.24 | 0.42 | 338.57 | 0.23 | 0.47 |
| Hex | 95 | 5D | 71 | 0 | 26 | 18 | 2A | 153 | 17 | 2F |
| Octal | 225 | 135 | 161 | 0 | 46 | 30 | 52 | 523 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1110001 | 0 | 100110 | 11000 | 101010 | 101010011 | 10111 | 101111 |
Color Harmonies of #955D71
Complementary color
Monochromatic Colors of #955D71
Black with #955D71
Text Example
Text Example
White with #955D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D71; }
p { color: rgb(149,93,113); }
H1.HeaderClassName
{
color: #955D71;
}
.AnyTagClassName
{
color: #955D71;
}
</style>
background-color css
<style>
a { background-color: #955D71; }
a { background-color: rgb(149,93,113); }
div.DivClassName
{
background-color: #955D71;
}
.BgClassName
{
background-color: #955D71;
}
</style>
border-color css
<style>
span { border-color: #955D71; }
span { border-color: rgb(149,93,113); }
td.TdClassName
{
border-color: #955D71;
}
.TagClassName
{
border-color: #955D71;
}
</style>