#90586E

Color #90586E Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #90586E

Tints of Mauve Taupe #90586E

Color information

#90586E (or 0x90586E) is unknown color: approx 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

RGB14488110-
CMYK00.390.240.44
HSL336.43º24.14%45.49%-
HSV(B)336.43º38.89%56.47%-
XYZ17.8114.0316.52-
YUV107.25129.55154.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=42.11%
G=25.73%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448811000.390.240.44336.4324.1445.49
Hex90586E027182C150182d
Octal22013015604730545203055
Binary100100001011000110111001001111100010110010101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>