Shades of Mauve Taupe #955374
Tints of Mauve Taupe #955374
RGB
CMYK
RGB Variations
Color information
#955374 (or 0x955374) is known color: Mauve Taupe. HEX triplet: 95, 53 and 74. RGB value is (149,83,116). Sum of RGB (Red+Green+Blue) = 149+83+116=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955374 is #6AAC8B. Grayscale: #6A6A6A. Windows color (decimal): -6990988 or 7623573. OLE color: 7623573.
HSL color Cylindrical-coordinate representation of color #955374: hue angle of 330º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955374 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 116 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.42 |
| HSL | 330º | 0.28% | 0.45% | - |
| HSV(B) | 330º | 0.44% | 0.58% | - |
| XYZ | 18.64 | 13.84 | 18.21 | - |
| YUV | 106.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 116 | 0 | 0.44 | 0.22 | 0.42 | 330 | 0.28 | 0.45 |
| Hex | 95 | 53 | 74 | 0 | 2C | 16 | 2A | 14A | 1C | 2D |
| Octal | 225 | 123 | 164 | 0 | 54 | 26 | 52 | 512 | 34 | 55 |
| Binary | 10010101 | 1010011 | 1110100 | 0 | 101100 | 10110 | 101010 | 101001010 | 11100 | 101101 |
Color Harmonies of #955374
Complementary color
Monochromatic Colors of #955374
Black with #955374
Text Example
Text Example
White with #955374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955374; }
p { color: rgb(149,83,116); }
H1.HeaderClassName
{
color: #955374;
}
.AnyTagClassName
{
color: #955374;
}
</style>
background-color css
<style>
a { background-color: #955374; }
a { background-color: rgb(149,83,116); }
div.DivClassName
{
background-color: #955374;
}
.BgClassName
{
background-color: #955374;
}
</style>
border-color css
<style>
span { border-color: #955374; }
span { border-color: rgb(149,83,116); }
td.TdClassName
{
border-color: #955374;
}
.TagClassName
{
border-color: #955374;
}
</style>