Shades of Mauve Taupe #855D63
Tints of Mauve Taupe #855D63
RGB
CMYK
RGB Variations
Color information
#855D63 (or 0x855D63) is known color: Mauve Taupe. HEX triplet: 85, 5D and 63. RGB value is (133,93,99). Sum of RGB (Red+Green+Blue) = 133+93+99=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #855D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D63 is #7AA29C. Grayscale: #696969. Windows color (decimal): -8037021 or 6512005. OLE color: 6512005.
HSL color Cylindrical-coordinate representation of color #855D63: hue angle of 351º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D63 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 99 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.48 |
| HSL | 351º | 0.18% | 0.44% | - |
| HSV(B) | 351º | 0.3% | 0.52% | - |
| XYZ | 15.84 | 13.72 | 13.62 | - |
| YUV | 105.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 99 | 0 | 0.30 | 0.26 | 0.48 | 351 | 0.18 | 0.44 |
| Hex | 85 | 5D | 63 | 0 | 1E | 1A | 30 | 15F | 12 | 2C |
| Octal | 205 | 135 | 143 | 0 | 36 | 32 | 60 | 537 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1100011 | 0 | 11110 | 11010 | 110000 | 101011111 | 10010 | 101100 |
Color Harmonies of #855D63
Complementary color
Monochromatic Colors of #855D63
Black with #855D63
Text Example
Text Example
White with #855D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D63; }
p { color: rgb(133,93,99); }
H1.HeaderClassName
{
color: #855D63;
}
.AnyTagClassName
{
color: #855D63;
}
</style>
background-color css
<style>
a { background-color: #855D63; }
a { background-color: rgb(133,93,99); }
div.DivClassName
{
background-color: #855D63;
}
.BgClassName
{
background-color: #855D63;
}
</style>
border-color css
<style>
span { border-color: #855D63; }
span { border-color: rgb(133,93,99); }
td.TdClassName
{
border-color: #855D63;
}
.TagClassName
{
border-color: #855D63;
}
</style>