Shades of Mauve Taupe #855A6D
Tints of Mauve Taupe #855A6D
RGB
CMYK
RGB Variations
Color information
#855A6D (or 0x855A6D) is known color: Mauve Taupe. HEX triplet: 85, 5A and 6D. RGB value is (133,90,109). Sum of RGB (Red+Green+Blue) = 133+90+109=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A6D is #7AA592. Grayscale: #686868. Windows color (decimal): -8037779 or 7166597. OLE color: 7166597.
HSL color Cylindrical-coordinate representation of color #855A6D: hue angle of 333.49º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A6D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 109 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.48 |
| HSL | 333.49º | 0.19% | 0.44% | - |
| HSV(B) | 333.49º | 0.32% | 0.52% | - |
| XYZ | 16.09 | 13.4 | 16.21 | - |
| YUV | 105.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 109 | 0 | 0.32 | 0.18 | 0.48 | 333.49 | 0.19 | 0.44 |
| Hex | 85 | 5A | 6D | 0 | 20 | 12 | 30 | 14D | 13 | 2C |
| Octal | 205 | 132 | 155 | 0 | 40 | 22 | 60 | 515 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1101101 | 0 | 100000 | 10010 | 110000 | 101001101 | 10011 | 101100 |
Color Harmonies of #855A6D
Complementary color
Monochromatic Colors of #855A6D
Black with #855A6D
Text Example
Text Example
White with #855A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A6D; }
p { color: rgb(133,90,109); }
H1.HeaderClassName
{
color: #855A6D;
}
.AnyTagClassName
{
color: #855A6D;
}
</style>
background-color css
<style>
a { background-color: #855A6D; }
a { background-color: rgb(133,90,109); }
div.DivClassName
{
background-color: #855A6D;
}
.BgClassName
{
background-color: #855A6D;
}
</style>
border-color css
<style>
span { border-color: #855A6D; }
span { border-color: rgb(133,90,109); }
td.TdClassName
{
border-color: #855A6D;
}
.TagClassName
{
border-color: #855A6D;
}
</style>