#8D5770

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

Shades of Mauve Taupe #8D5770

Tints of Mauve Taupe #8D5770

Color information

#8D5770 (or 0x8D5770) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 57 and 70. RGB value is (141,87,112). Sum of RGB (Red+Green+Blue) = 141+87+112=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5770 is #72A88F. Grayscale: #696969. Windows color (decimal): -7514256 or 7362445. OLE color: 7362445.

HSL color Cylindrical-coordinate representation of color #8D5770: hue angle of 332.22º degrees, saturation: 0.24, 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 #8D5770 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14187112-
CMYK00.380.210.45
HSL332.22º23.68%44.71%-
HSV(B)332.22º38.3%55.29%-
XYZ17.3213.6517.05-
YUV106131.39152.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=41.47%
G=25.59%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418711200.380.210.45332.2223.6844.71
Hex8D5770026152D14c182d
Octal21512716004625555143055
Binary100011011010111111000001001101010110110110100110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,87,112); }

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

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

 a { background-color: rgb(141,87,112); }

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

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

 span { border-color: rgb(141,87,112); }

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