#8D5772

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

Shades of Mauve Taupe #8D5772

Tints of Mauve Taupe #8D5772

Color information

#8D5772 (or 0x8D5772) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 57 and 72. RGB value is (141,87,114). Sum of RGB (Red+Green+Blue) = 141+87+114=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5772 is #72A88D. Grayscale: #6A6A6A. Windows color (decimal): -7514254 or 7493517. OLE color: 7493517.

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

Color convert

RGB14187114-
CMYK00.380.190.45
HSL330º23.68%44.71%-
HSV(B)330º38.3%55.29%-
XYZ17.4313.6917.64-
YUV106.22132.39152.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=41.23%
G=25.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418711400.380.190.4533023.6844.71
Hex8D5772026132D14a182d
Octal21512716204623555123055
Binary100011011010111111001001001101001110110110100101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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