#8D5871

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

Shades of Mauve Taupe #8D5871

Tints of Mauve Taupe #8D5871

Color information

#8D5871 (or 0x8D5871) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 58 and 71. RGB value is (141,88,113). Sum of RGB (Red+Green+Blue) = 141+88+113=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5871 is #72A78E. Grayscale: #6A6A6A. Windows color (decimal): -7513999 or 7428237. OLE color: 7428237.

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

Color convert

RGB14188113-
CMYK00.380.200.45
HSL331.7º23.14%44.9%-
HSV(B)331.7º37.59%55.29%-
XYZ17.4513.8317.37-
YUV106.7131.56152.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=41.23%
G=25.73%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418811300.380.200.45331.723.1444.9
Hex8D5871026142D14c172d
Octal21513016104624555142755
Binary100011011011000111000101001101010010110110100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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