#8D5F6F

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

Shades of Mauve Taupe #8D5F6F

Tints of Mauve Taupe #8D5F6F

Color information

#8D5F6F (or 0x8D5F6F) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5F and 6F. RGB value is (141,95,111). Sum of RGB (Red+Green+Blue) = 141+95+111=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F6F is #72A090. Grayscale: #6E6E6E. Windows color (decimal): -7512209 or 7298957. OLE color: 7298957.

HSL color Cylindrical-coordinate representation of color #8D5F6F: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5F6F is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14195111-
CMYK00.330.210.45
HSL339.13º19.49%46.27%-
HSV(B)339.13º32.62%55.29%-
XYZ17.9514.9916.99-
YUV110.58128.24149.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=40.63%
G=27.38%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419511100.330.210.45339.1319.4946.27
Hex8D5F6F021152D153132e
Octal21513715704125555232356
Binary100011011011111110111101000011010110110110101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,95,111); }

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

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

 a { background-color: rgb(141,95,111); }

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

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

 span { border-color: rgb(141,95,111); }

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