#8E5771

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

Shades of Mauve Taupe #8E5771

Tints of Mauve Taupe #8E5771

Color information

#8E5771 (or 0x8E5771) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 57 and 71. RGB value is (142,87,113). Sum of RGB (Red+Green+Blue) = 142+87+113=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5771 is #71A88E. Grayscale: #6A6A6A. Windows color (decimal): -7448719 or 7427982. OLE color: 7427982.

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

Color convert

RGB14287113-
CMYK00.390.200.44
HSL331.64º24.02%44.9%-
HSV(B)331.64º38.73%55.69%-
XYZ17.5413.7617.35-
YUV106.41131.72153.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=41.52%
G=25.44%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428711300.390.200.44331.6424.0244.9
Hex8E5771027142C14c182d
Octal21612716104724545143055
Binary100011101010111111000101001111010010110010100110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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