#8D5F62

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

Shades of Mauve Taupe #8D5F62

Tints of Mauve Taupe #8D5F62

Color information

#8D5F62 (or 0x8D5F62) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5F and 62. RGB value is (141,95,98). Sum of RGB (Red+Green+Blue) = 141+95+98=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F62 is #72A09D. Grayscale: #6D6D6D. Windows color (decimal): -7512222 or 6446989. OLE color: 6446989.

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

Color convert

RGB1419598-
CMYK00.330.300.45
HSL356.09º19.49%46.27%-
HSV(B)356.09º32.62%55.29%-
XYZ17.2814.7313.49-
YUV109.1121.74150.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=42.22%
G=28.44%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141959800.330.300.45356.0919.4946.27
Hex8D5F620211E2D164132e
Octal21513714204136555442356
Binary100011011011111110001001000011111010110110110010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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