Shades of Mauve Taupe #905873
Tints of Mauve Taupe #905873
RGB
CMYK
RGB Variations
Color information
#905873 (or 0x905873) is known color: Mauve Taupe. HEX triplet: 90, 58 and 73. RGB value is (144,88,115). Sum of RGB (Red+Green+Blue) = 144+88+115=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905873 is #6FA78C. Grayscale: #6B6B6B. Windows color (decimal): -7317389 or 7559312. OLE color: 7559312.
HSL color Cylindrical-coordinate representation of color #905873: hue angle of 331.07º 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 #905873 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 115 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.44 |
| HSL | 331.07º | 0.24% | 0.45% | - |
| HSV(B) | 331.07º | 0.39% | 0.56% | - |
| XYZ | 18.09 | 14.15 | 18 | - |
| YUV | 107.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 115 | 0 | 0.39 | 0.20 | 0.44 | 331.07 | 0.24 | 0.45 |
| Hex | 90 | 58 | 73 | 0 | 27 | 14 | 2C | 14B | 18 | 2D |
| Octal | 220 | 130 | 163 | 0 | 47 | 24 | 54 | 513 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1110011 | 0 | 100111 | 10100 | 101100 | 101001011 | 11000 | 101101 |
Color Harmonies of #905873
Complementary color
Monochromatic Colors of #905873
Black with #905873
Text Example
Text Example
White with #905873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905873; }
p { color: rgb(144,88,115); }
H1.HeaderClassName
{
color: #905873;
}
.AnyTagClassName
{
color: #905873;
}
</style>
background-color css
<style>
a { background-color: #905873; }
a { background-color: rgb(144,88,115); }
div.DivClassName
{
background-color: #905873;
}
.BgClassName
{
background-color: #905873;
}
</style>
border-color css
<style>
span { border-color: #905873; }
span { border-color: rgb(144,88,115); }
td.TdClassName
{
border-color: #905873;
}
.TagClassName
{
border-color: #905873;
}
</style>