Shades of Mauve Taupe #955871
Tints of Mauve Taupe #955871
RGB
CMYK
RGB Variations
Color information
#955871 (or 0x955871) is known color: Mauve Taupe. HEX triplet: 95, 58 and 71. RGB value is (149,88,113). Sum of RGB (Red+Green+Blue) = 149+88+113=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955871 is #6AA78E. Grayscale: #6D6D6D. Windows color (decimal): -6989711 or 7428245. OLE color: 7428245.
HSL color Cylindrical-coordinate representation of color #955871: hue angle of 335.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955871 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 113 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.42 |
| HSL | 335.41º | 0.26% | 0.46% | - |
| HSV(B) | 335.41º | 0.41% | 0.58% | - |
| XYZ | 18.86 | 14.56 | 17.44 | - |
| YUV | 109.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 113 | 0 | 0.41 | 0.24 | 0.42 | 335.41 | 0.26 | 0.46 |
| Hex | 95 | 58 | 71 | 0 | 29 | 18 | 2A | 14F | 1A | 2E |
| Octal | 225 | 130 | 161 | 0 | 51 | 30 | 52 | 517 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1110001 | 0 | 101001 | 11000 | 101010 | 101001111 | 11010 | 101110 |
Color Harmonies of #955871
Complementary color
Monochromatic Colors of #955871
Black with #955871
Text Example
Text Example
White with #955871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955871; }
p { color: rgb(149,88,113); }
H1.HeaderClassName
{
color: #955871;
}
.AnyTagClassName
{
color: #955871;
}
</style>
background-color css
<style>
a { background-color: #955871; }
a { background-color: rgb(149,88,113); }
div.DivClassName
{
background-color: #955871;
}
.BgClassName
{
background-color: #955871;
}
</style>
border-color css
<style>
span { border-color: #955871; }
span { border-color: rgb(149,88,113); }
td.TdClassName
{
border-color: #955871;
}
.TagClassName
{
border-color: #955871;
}
</style>