Shades of Mauve Taupe #905874
Tints of Mauve Taupe #905874
RGB
CMYK
RGB Variations
Color information
#905874 (or 0x905874) is known color: Mauve Taupe. HEX triplet: 90, 58 and 74. RGB value is (144,88,116). Sum of RGB (Red+Green+Blue) = 144+88+116=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #905874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905874 is #6FA78B. Grayscale: #6B6B6B. Windows color (decimal): -7317388 or 7624848. OLE color: 7624848.
HSL color Cylindrical-coordinate representation of color #905874: hue angle of 330º 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 #905874 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 116 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.44 |
| HSL | 330º | 0.24% | 0.45% | - |
| HSV(B) | 330º | 0.39% | 0.56% | - |
| XYZ | 18.14 | 14.17 | 18.3 | - |
| YUV | 107.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 116 | 0 | 0.39 | 0.19 | 0.44 | 330 | 0.24 | 0.45 |
| Hex | 90 | 58 | 74 | 0 | 27 | 13 | 2C | 14A | 18 | 2D |
| Octal | 220 | 130 | 164 | 0 | 47 | 23 | 54 | 512 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1110100 | 0 | 100111 | 10011 | 101100 | 101001010 | 11000 | 101101 |
Color Harmonies of #905874
Complementary color
Monochromatic Colors of #905874
Black with #905874
Text Example
Text Example
White with #905874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905874; }
p { color: rgb(144,88,116); }
H1.HeaderClassName
{
color: #905874;
}
.AnyTagClassName
{
color: #905874;
}
</style>
background-color css
<style>
a { background-color: #905874; }
a { background-color: rgb(144,88,116); }
div.DivClassName
{
background-color: #905874;
}
.BgClassName
{
background-color: #905874;
}
</style>
border-color css
<style>
span { border-color: #905874; }
span { border-color: rgb(144,88,116); }
td.TdClassName
{
border-color: #905874;
}
.TagClassName
{
border-color: #905874;
}
</style>