#8D6271

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

Shades of Mauve Taupe #8D6271

Tints of Mauve Taupe #8D6271

Color information

#8D6271 (or 0x8D6271) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 62 and 71. RGB value is (141,98,113). Sum of RGB (Red+Green+Blue) = 141+98+113=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6271 is #729D8E. Grayscale: #707070. Windows color (decimal): -7511439 or 7430797. OLE color: 7430797.

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

Color convert

RGB14198113-
CMYK00.300.200.45
HSL339.07º17.99%46.86%-
HSV(B)339.07º30.5%55.29%-
XYZ18.3315.5917.67-
YUV112.57128.25148.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=40.06%
G=27.84%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419811300.300.200.45339.0717.9946.86
Hex8D627101E142D153122f
Octal21514216103624555232257
Binary10001101110001011100010111101010010110110101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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