#8E5972

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

Shades of Mauve Taupe #8E5972

Tints of Mauve Taupe #8E5972

Color information

#8E5972 (or 0x8E5972) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 72. RGB value is (142,89,114). Sum of RGB (Red+Green+Blue) = 142+89+114=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5972 is #71A68D. Grayscale: #6B6B6B. Windows color (decimal): -7448206 or 7494030. OLE color: 7494030.

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

Color convert

RGB14289114-
CMYK00.370.200.44
HSL331.7º22.94%45.29%-
HSV(B)331.7º37.32%55.69%-
XYZ17.7614.1117.71-
YUV107.7131.56152.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=41.16%
G=25.80%
B=33.04%

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
Decimal1428911400.370.200.44331.722.9445.29
Hex8E5972025142C14c172d
Octal21613116204524545142755
Binary100011101011001111001001001011010010110010100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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