#8D6472

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

Shades of Mauve Taupe #8D6472

Tints of Mauve Taupe #8D6472

Color information

#8D6472 (or 0x8D6472) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 64 and 72. RGB value is (141,100,114). Sum of RGB (Red+Green+Blue) = 141+100+114=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6472 is #729B8D. Grayscale: #717171. Windows color (decimal): -7510926 or 7496845. OLE color: 7496845.

HSL color Cylindrical-coordinate representation of color #8D6472: hue angle of 339.51º 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 #8D6472 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB141100114-
CMYK00.290.190.45
HSL339.51º17.01%47.25%-
HSV(B)339.51º29.08%55.29%-
XYZ18.5815.9918.03-
YUV113.85128.08147.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=39.72%
G=28.17%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110011400.290.190.45339.5117.0147.25
Hex8D647201D132D154112f
Octal21514416203523555242157
Binary10001101110010011100100111011001110110110101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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