#8D6171

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

Shades of Mauve Taupe #8D6171

Tints of Mauve Taupe #8D6171

Color information

#8D6171 (or 0x8D6171) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 61 and 71. RGB value is (141,97,113). Sum of RGB (Red+Green+Blue) = 141+97+113=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6171 is #729E8E. Grayscale: #6F6F6F. Windows color (decimal): -7511695 or 7430541. OLE color: 7430541.

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

Color convert

RGB14197113-
CMYK00.310.200.45
HSL338.18º18.49%46.67%-
HSV(B)338.18º31.21%55.29%-
XYZ18.2415.417.63-
YUV111.98128.58148.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=40.17%
G=27.64%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419711300.310.200.45338.1818.4946.67
Hex8D617101F142D152122f
Octal21514116103724555222257
Binary10001101110000111100010111111010010110110101001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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