#8E5971

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

Shades of Mauve Taupe #8E5971

Tints of Mauve Taupe #8E5971

Color information

#8E5971 (or 0x8E5971) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 71. RGB value is (142,89,113). Sum of RGB (Red+Green+Blue) = 142+89+113=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5971 is #71A68E. Grayscale: #6B6B6B. Windows color (decimal): -7448207 or 7428494. OLE color: 7428494.

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

Color convert

RGB14289113-
CMYK00.370.200.44
HSL332.83º22.94%45.29%-
HSV(B)332.83º37.32%55.69%-
XYZ17.7114.0917.41-
YUV107.58131.06152.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=41.28%
G=25.87%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428911300.370.200.44332.8322.9445.29
Hex8E5971025142C14d172d
Octal21613116104524545152755
Binary100011101011001111000101001011010010110010100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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