Shades of Mauve Taupe #955872
Tints of Mauve Taupe #955872
RGB
CMYK
RGB Variations
Color information
#955872 (or 0x955872) is known color: Mauve Taupe. HEX triplet: 95, 58 and 72. RGB value is (149,88,114). Sum of RGB (Red+Green+Blue) = 149+88+114=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955872 is #6AA78D. Grayscale: #6D6D6D. Windows color (decimal): -6989710 or 7493781. OLE color: 7493781.
HSL color Cylindrical-coordinate representation of color #955872: hue angle of 334.43º 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 #955872 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 114 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.42 |
| HSL | 334.43º | 0.26% | 0.46% | - |
| HSV(B) | 334.43º | 0.41% | 0.58% | - |
| XYZ | 18.92 | 14.58 | 17.74 | - |
| YUV | 109.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 114 | 0 | 0.41 | 0.23 | 0.42 | 334.43 | 0.26 | 0.46 |
| Hex | 95 | 58 | 72 | 0 | 29 | 17 | 2A | 14E | 1A | 2E |
| Octal | 225 | 130 | 162 | 0 | 51 | 27 | 52 | 516 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1110010 | 0 | 101001 | 10111 | 101010 | 101001110 | 11010 | 101110 |
Color Harmonies of #955872
Complementary color
Monochromatic Colors of #955872
Black with #955872
Text Example
Text Example
White with #955872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955872; }
p { color: rgb(149,88,114); }
H1.HeaderClassName
{
color: #955872;
}
.AnyTagClassName
{
color: #955872;
}
</style>
background-color css
<style>
a { background-color: #955872; }
a { background-color: rgb(149,88,114); }
div.DivClassName
{
background-color: #955872;
}
.BgClassName
{
background-color: #955872;
}
</style>
border-color css
<style>
span { border-color: #955872; }
span { border-color: rgb(149,88,114); }
td.TdClassName
{
border-color: #955872;
}
.TagClassName
{
border-color: #955872;
}
</style>