Shades of Mauve Taupe #90586E
Tints of Mauve Taupe #90586E
RGB
CMYK
RGB Variations
Color information
#90586E (or 0x90586E) is known color: Mauve Taupe. HEX triplet: 90, 58 and 6E. RGB value is (144,88,110). Sum of RGB (Red+Green+Blue) = 144+88+110=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90586E is #6FA791. Grayscale: #6B6B6B. Windows color (decimal): -7317394 or 7231632. OLE color: 7231632.
HSL color Cylindrical-coordinate representation of color #90586E: hue angle of 336.43º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90586E is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 110 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.44 |
| HSL | 336.43º | 0.24% | 0.45% | - |
| HSV(B) | 336.43º | 0.39% | 0.56% | - |
| XYZ | 17.81 | 14.03 | 16.52 | - |
| YUV | 107.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 110 | 0 | 0.39 | 0.24 | 0.44 | 336.43 | 0.24 | 0.45 |
| Hex | 90 | 58 | 6E | 0 | 27 | 18 | 2C | 150 | 18 | 2D |
| Octal | 220 | 130 | 156 | 0 | 47 | 30 | 54 | 520 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1101110 | 0 | 100111 | 11000 | 101100 | 101010000 | 11000 | 101101 |
Color Harmonies of #90586E
Complementary color
Monochromatic Colors of #90586E
Black with #90586E
Text Example
Text Example
White with #90586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90586E; }
p { color: rgb(144,88,110); }
H1.HeaderClassName
{
color: #90586E;
}
.AnyTagClassName
{
color: #90586E;
}
</style>
background-color css
<style>
a { background-color: #90586E; }
a { background-color: rgb(144,88,110); }
div.DivClassName
{
background-color: #90586E;
}
.BgClassName
{
background-color: #90586E;
}
</style>
border-color css
<style>
span { border-color: #90586E; }
span { border-color: rgb(144,88,110); }
td.TdClassName
{
border-color: #90586E;
}
.TagClassName
{
border-color: #90586E;
}
</style>