#8E576E

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

Shades of Mauve Taupe #8E576E

Tints of Mauve Taupe #8E576E

Color information

#8E576E (or 0x8E576E) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 57 and 6E. RGB value is (142,87,110). Sum of RGB (Red+Green+Blue) = 142+87+110=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E576E is #71A891. Grayscale: #6A6A6A. Windows color (decimal): -7448722 or 7231374. OLE color: 7231374.

HSL color Cylindrical-coordinate representation of color #8E576E: hue angle of 334.91º 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 #8E576E is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14287110-
CMYK00.390.230.44
HSL334.91º24.02%44.9%-
HSV(B)334.91º38.73%55.69%-
XYZ17.3813.6916.48-
YUV106.07130.22153.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=41.89%
G=25.66%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428711000.390.230.44334.9124.0244.9
Hex8E576E027172C14f182d
Octal21612715604727545173055
Binary100011101010111110111001001111011110110010100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,110); }

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

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

 a { background-color: rgb(142,87,110); }

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

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

 span { border-color: rgb(142,87,110); }

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