Shades of Mauve Taupe #845A6E
Tints of Mauve Taupe #845A6E
RGB
CMYK
RGB Variations
Color information
#845A6E (or 0x845A6E) is known color: Mauve Taupe. HEX triplet: 84, 5A and 6E. RGB value is (132,90,110). Sum of RGB (Red+Green+Blue) = 132+90+110=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #845A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A6E is #7BA591. Grayscale: #686868. Windows color (decimal): -8103314 or 7232132. OLE color: 7232132.
HSL color Cylindrical-coordinate representation of color #845A6E: hue angle of 331.43º 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 #845A6E is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 110 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.48 |
| HSL | 331.43º | 0.19% | 0.44% | - |
| HSV(B) | 331.43º | 0.32% | 0.52% | - |
| XYZ | 15.99 | 13.34 | 16.48 | - |
| YUV | 104.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 110 | 0 | 0.32 | 0.17 | 0.48 | 331.43 | 0.19 | 0.44 |
| Hex | 84 | 5A | 6E | 0 | 20 | 11 | 30 | 14B | 13 | 2C |
| Octal | 204 | 132 | 156 | 0 | 40 | 21 | 60 | 513 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1101110 | 0 | 100000 | 10001 | 110000 | 101001011 | 10011 | 101100 |
Color Harmonies of #845A6E
Complementary color
Monochromatic Colors of #845A6E
Black with #845A6E
Text Example
Text Example
White with #845A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A6E; }
p { color: rgb(132,90,110); }
H1.HeaderClassName
{
color: #845A6E;
}
.AnyTagClassName
{
color: #845A6E;
}
</style>
background-color css
<style>
a { background-color: #845A6E; }
a { background-color: rgb(132,90,110); }
div.DivClassName
{
background-color: #845A6E;
}
.BgClassName
{
background-color: #845A6E;
}
</style>
border-color css
<style>
span { border-color: #845A6E; }
span { border-color: rgb(132,90,110); }
td.TdClassName
{
border-color: #845A6E;
}
.TagClassName
{
border-color: #845A6E;
}
</style>