#8D5F73

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

Shades of Mauve Taupe #8D5F73

Tints of Mauve Taupe #8D5F73

Color information

#8D5F73 (or 0x8D5F73) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5F and 73. RGB value is (141,95,115). Sum of RGB (Red+Green+Blue) = 141+95+115=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F73 is #72A08C. Grayscale: #6F6F6F. Windows color (decimal): -7512205 or 7561101. OLE color: 7561101.

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

Color convert

RGB14195115-
CMYK00.330.180.45
HSL333.91º19.49%46.27%-
HSV(B)333.91º32.62%55.29%-
XYZ18.1715.0818.17-
YUV111.03130.24149.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=40.17%
G=27.07%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419511500.330.180.45333.9119.4946.27
Hex8D5F73021122D14e132e
Octal21513716304122555162356
Binary100011011011111111001101000011001010110110100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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