#8D5C71

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

Shades of Mauve Taupe #8D5C71

Tints of Mauve Taupe #8D5C71

Color information

#8D5C71 (or 0x8D5C71) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5C and 71. RGB value is (141,92,113). Sum of RGB (Red+Green+Blue) = 141+92+113=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C71 is #72A38E. Grayscale: #6D6D6D. Windows color (decimal): -7512975 or 7429261. OLE color: 7429261.

HSL color Cylindrical-coordinate representation of color #8D5C71: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C71 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14192113-
CMYK00.350.200.45
HSL334.29º21.03%45.69%-
HSV(B)334.29º34.75%55.29%-
XYZ17.7914.5117.49-
YUV109.04130.23150.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=40.75%
G=26.59%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419211300.350.200.45334.2921.0345.69
Hex8D5C71023142D14e152e
Octal21513416104324555162556
Binary100011011011100111000101000111010010110110100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,92,113); }

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

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

 a { background-color: rgb(141,92,113); }

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

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

 span { border-color: rgb(141,92,113); }

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