#8E5970

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

Shades of Mauve Taupe #8E5970

Tints of Mauve Taupe #8E5970

Color information

#8E5970 (or 0x8E5970) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 70. RGB value is (142,89,112). Sum of RGB (Red+Green+Blue) = 142+89+112=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5970 is #71A68F. Grayscale: #6B6B6B. Windows color (decimal): -7448208 or 7362958. OLE color: 7362958.

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

Color convert

RGB14289112-
CMYK00.370.210.44
HSL333.96º22.94%45.29%-
HSV(B)333.96º37.32%55.69%-
XYZ17.6514.0717.11-
YUV107.47130.56152.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=41.40%
G=25.95%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428911200.370.210.44333.9622.9445.29
Hex8E5970025152C14e172d
Octal21613116004525545162755
Binary100011101011001111000001001011010110110010100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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