#8E596D

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

Shades of Mauve Taupe #8E596D

Tints of Mauve Taupe #8E596D

Color information

#8E596D (or 0x8E596D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 6D. RGB value is (142,89,109). Sum of RGB (Red+Green+Blue) = 142+89+109=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E596D is #71A692. Grayscale: #6B6B6B. Windows color (decimal): -7448211 or 7166350. OLE color: 7166350.

HSL color Cylindrical-coordinate representation of color #8E596D: hue angle of 337.36º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E596D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14289109-
CMYK00.370.230.44
HSL337.36º22.94%45.29%-
HSV(B)337.36º37.32%55.69%-
XYZ17.491416.25-
YUV107.13129.06152.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=41.76%
G=26.18%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910900.370.230.44337.3622.9445.29
Hex8E596D025172C151172d
Octal21613115504527545212755
Binary100011101011001110110101001011011110110010101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E596D; }

 p { color: rgb(142,89,109); }

 H1.HeaderClassName
 {
   color: #8E596D;
 }
 .AnyTagClassName
 {
   color: #8E596D;
 }
</style>
background-color css

<style>
 a { background-color: #8E596D; }

 a { background-color: rgb(142,89,109); }

 div.DivClassName
 {
   background-color: #8E596D;
 }
 .BgClassName
 {
   background-color: #8E596D;
 }
</style>
border-color css

<style>
 span { border-color: #8E596D; }

 span { border-color: rgb(142,89,109); }

 td.TdClassName
 {
   border-color: #8E596D;
 }
 .TagClassName
 {
   border-color: #8E596D;
 }
</style>