#8E586D

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

Shades of Mauve Taupe #8E586D

Tints of Mauve Taupe #8E586D

Color information

#8E586D (or 0x8E586D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 58 and 6D. RGB value is (142,88,109). Sum of RGB (Red+Green+Blue) = 142+88+109=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E586D is #71A792. Grayscale: #6A6A6A. Windows color (decimal): -7448467 or 7166094. OLE color: 7166094.

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

Color convert

RGB14288109-
CMYK00.380.230.44
HSL336.67º23.48%45.1%-
HSV(B)336.67º38.03%55.69%-
XYZ17.4113.8316.22-
YUV106.54129.39153.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=41.89%
G=25.96%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428810900.380.230.44336.6723.4845.1
Hex8E586D026172C151172d
Octal21613015504627545212755
Binary100011101011000110110101001101011110110010101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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