#8E5969

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

Shades of Mauve Taupe #8E5969

Tints of Mauve Taupe #8E5969

Color information

#8E5969 (or 0x8E5969) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 69. RGB value is (142,89,105). Sum of RGB (Red+Green+Blue) = 142+89+105=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5969 is #71A696. Grayscale: #6A6A6A. Windows color (decimal): -7448215 or 6904206. OLE color: 6904206.

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

Color convert

RGB14289105-
CMYK00.370.260.44
HSL341.89º22.94%45.29%-
HSV(B)341.89º37.32%55.69%-
XYZ17.2813.9215.14-
YUV106.67127.06153.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=42.26%
G=26.49%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910500.370.260.44341.8922.9445.29
Hex8E59690251A2C156172d
Octal21613115104532545262755
Binary100011101011001110100101001011101010110010101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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