#8D6471

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

Shades of Mauve Taupe #8D6471

Tints of Mauve Taupe #8D6471

Color information

#8D6471 (or 0x8D6471) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 64 and 71. RGB value is (141,100,113). Sum of RGB (Red+Green+Blue) = 141+100+113=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6471 is #729B8E. Grayscale: #717171. Windows color (decimal): -7510927 or 7431309. OLE color: 7431309.

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

Color convert

RGB141100113-
CMYK00.290.200.45
HSL340.98º17.01%47.25%-
HSV(B)340.98º29.08%55.29%-
XYZ18.5215.9717.73-
YUV113.74127.58147.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=39.83%
G=28.25%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110011300.290.200.45340.9817.0147.25
Hex8D647101D142D155112f
Octal21514416103524555252157
Binary10001101110010011100010111011010010110110101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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