#8D5A6B

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

Shades of Mauve Taupe #8D5A6B

Tints of Mauve Taupe #8D5A6B

Color information

#8D5A6B (or 0x8D5A6B) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5A and 6B. RGB value is (141,90,107). Sum of RGB (Red+Green+Blue) = 141+90+107=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A6B is #72A594. Grayscale: #6B6B6B. Windows color (decimal): -7513493 or 7035533. OLE color: 7035533.

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

Color convert

RGB14190107-
CMYK00.360.240.45
HSL340º22.08%45.29%-
HSV(B)340º36.17%55.29%-
XYZ17.2914.0415.71-
YUV107.19127.9152.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=41.72%
G=26.63%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419010700.360.240.4534022.0845.29
Hex8D5A6B024182D154162d
Octal21513215304430555242655
Binary100011011011010110101101001001100010110110101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,107); }

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

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

 a { background-color: rgb(141,90,107); }

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

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

 span { border-color: rgb(141,90,107); }

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