#8D6175

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

Shades of Mauve Taupe #8D6175

Tints of Mauve Taupe #8D6175

Color information

#8D6175 (or 0x8D6175) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 61 and 75. RGB value is (141,97,117). Sum of RGB (Red+Green+Blue) = 141+97+117=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6175 is #729E8A. Grayscale: #707070. Windows color (decimal): -7511691 or 7692685. OLE color: 7692685.

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

Color convert

RGB14197117-
CMYK00.310.170.45
HSL332.73º18.49%46.67%-
HSV(B)332.73º31.21%55.29%-
XYZ18.4715.518.85-
YUV112.44130.58148.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=39.72%
G=27.32%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419711700.310.170.45332.7318.4946.67
Hex8D617501F112D14d122f
Octal21514116503721555152257
Binary10001101110000111101010111111000110110110100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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