#8D6571

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

Shades of Mauve Taupe #8D6571

Tints of Mauve Taupe #8D6571

Color information

#8D6571 (or 0x8D6571) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 65 and 71. RGB value is (141,101,113). Sum of RGB (Red+Green+Blue) = 141+101+113=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6571 is #729A8E. Grayscale: #727272. Windows color (decimal): -7510671 or 7431565. OLE color: 7431565.

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

Color convert

RGB141101113-
CMYK00.280.200.45
HSL342º16.53%47.45%-
HSV(B)342º28.37%55.29%-
XYZ18.6216.1617.76-
YUV114.33127.25147.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=39.72%
G=28.45%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110111300.280.200.4534216.5347.45
Hex8D657101C142D156112f
Octal21514516103424555262157
Binary10001101110010111100010111001010010110110101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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