#8D5F61

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

Shades of Mauve Taupe #8D5F61

Tints of Mauve Taupe #8D5F61

Color information

#8D5F61 (or 0x8D5F61) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5F and 61. RGB value is (141,95,97). Sum of RGB (Red+Green+Blue) = 141+95+97=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F61 is #72A09E. Grayscale: #6D6D6D. Windows color (decimal): -7512223 or 6381453. OLE color: 6381453.

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

Color convert

RGB1419597-
CMYK00.330.310.45
HSL357.39º19.49%46.27%-
HSV(B)357.39º32.62%55.29%-
XYZ17.2314.7113.24-
YUV108.98121.24150.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=42.34%
G=28.53%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141959700.330.310.45357.3919.4946.27
Hex8D5F610211F2D165132e
Octal21513714104137555452356
Binary100011011011111110000101000011111110110110110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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