#8D6173

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

Shades of Mauve Taupe #8D6173

Tints of Mauve Taupe #8D6173

Color information

#8D6173 (or 0x8D6173) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 61 and 73. RGB value is (141,97,115). Sum of RGB (Red+Green+Blue) = 141+97+115=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6173 is #729E8C. Grayscale: #707070. Windows color (decimal): -7511693 or 7561613. OLE color: 7561613.

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

Color convert

RGB14197115-
CMYK00.310.180.45
HSL335.45º18.49%46.67%-
HSV(B)335.45º31.21%55.29%-
XYZ18.3515.4518.23-
YUV112.21129.58148.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=39.94%
G=27.48%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419711500.310.180.45335.4518.4946.67
Hex8D617301F122D14f122f
Octal21514116303722555172257
Binary10001101110000111100110111111001010110110100111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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