Shades of Mauve Taupe #93586E
Tints of Mauve Taupe #93586E
RGB
CMYK
RGB Variations
Color information
#93586E (or 0x93586E) is known color: Mauve Taupe. HEX triplet: 93, 58 and 6E. RGB value is (147,88,110). Sum of RGB (Red+Green+Blue) = 147+88+110=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93586E is #6CA791. Grayscale: #6C6C6C. Windows color (decimal): -7120786 or 7231635. OLE color: 7231635.
HSL color Cylindrical-coordinate representation of color #93586E: hue angle of 337.63º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93586E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 110 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.42 |
| HSL | 337.63º | 0.25% | 0.46% | - |
| HSV(B) | 337.63º | 0.4% | 0.58% | - |
| XYZ | 18.34 | 14.31 | 16.55 | - |
| YUV | 108.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 110 | 0 | 0.40 | 0.25 | 0.42 | 337.63 | 0.25 | 0.46 |
| Hex | 93 | 58 | 6E | 0 | 28 | 19 | 2A | 152 | 19 | 2E |
| Octal | 223 | 130 | 156 | 0 | 50 | 31 | 52 | 522 | 31 | 56 |
| Binary | 10010011 | 1011000 | 1101110 | 0 | 101000 | 11001 | 101010 | 101010010 | 11001 | 101110 |
Color Harmonies of #93586E
Complementary color
Monochromatic Colors of #93586E
Black with #93586E
Text Example
Text Example
White with #93586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93586E; }
p { color: rgb(147,88,110); }
H1.HeaderClassName
{
color: #93586E;
}
.AnyTagClassName
{
color: #93586E;
}
</style>
background-color css
<style>
a { background-color: #93586E; }
a { background-color: rgb(147,88,110); }
div.DivClassName
{
background-color: #93586E;
}
.BgClassName
{
background-color: #93586E;
}
</style>
border-color css
<style>
span { border-color: #93586E; }
span { border-color: rgb(147,88,110); }
td.TdClassName
{
border-color: #93586E;
}
.TagClassName
{
border-color: #93586E;
}
</style>