#8D5D6A

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

Shades of Mauve Taupe #8D5D6A

Tints of Mauve Taupe #8D5D6A

Color information

#8D5D6A (or 0x8D5D6A) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5D and 6A. RGB value is (141,93,106). Sum of RGB (Red+Green+Blue) = 141+93+106=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D6A is #72A295. Grayscale: #6C6C6C. Windows color (decimal): -7512726 or 6970765. OLE color: 6970765.

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

Color convert

RGB14193106-
CMYK00.340.250.45
HSL343.75º20.51%45.88%-
HSV(B)343.75º34.04%55.29%-
XYZ17.514.5315.52-
YUV108.83126.4150.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=41.47%
G=27.35%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419310600.340.250.45343.7520.5145.88
Hex8D5D6A022192D158152e
Octal21513515204231555302556
Binary100011011011101110101001000101100110110110101100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,93,106); }

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

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

 a { background-color: rgb(141,93,106); }

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

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

 span { border-color: rgb(141,93,106); }

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