#8D5673

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

Shades of Mauve Taupe #8D5673

Tints of Mauve Taupe #8D5673

Color information

#8D5673 (or 0x8D5673) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 56 and 73. RGB value is (141,86,115). Sum of RGB (Red+Green+Blue) = 141+86+115=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5673 is #72A98C. Grayscale: #696969. Windows color (decimal): -7514509 or 7558797. OLE color: 7558797.

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

Color convert

RGB14186115-
CMYK00.390.180.45
HSL328.36º24.23%44.51%-
HSV(B)328.36º39.01%55.29%-
XYZ17.4113.5617.92-
YUV105.75133.22153.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=41.23%
G=25.15%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418611500.390.180.45328.3624.2344.51
Hex8D5673027122D148182d
Octal21512616304722555103055
Binary100011011010110111001101001111001010110110100100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,115); }

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

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

 a { background-color: rgb(141,86,115); }

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

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

 span { border-color: rgb(141,86,115); }

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