#8E6271

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

Shades of Mauve Taupe #8E6271

Tints of Mauve Taupe #8E6271

Color information

#8E6271 (or 0x8E6271) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 62 and 71. RGB value is (142,98,113). Sum of RGB (Red+Green+Blue) = 142+98+113=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6271 is #719D8E. Grayscale: #707070. Windows color (decimal): -7445903 or 7430798. OLE color: 7430798.

HSL color Cylindrical-coordinate representation of color #8E6271: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6271 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14298113-
CMYK00.310.200.44
HSL339.55º18.33%47.06%-
HSV(B)339.55º30.99%55.69%-
XYZ18.515.6817.67-
YUV112.87128.08148.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=40.23%
G=27.76%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429811300.310.200.44339.5518.3347.06
Hex8E627101F142C154122f
Octal21614216103724545242257
Binary10001110110001011100010111111010010110010101010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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