#8D5F65

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

Shades of Mauve Taupe #8D5F65

Tints of Mauve Taupe #8D5F65

Color information

#8D5F65 (or 0x8D5F65) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5F and 65. RGB value is (141,95,101). Sum of RGB (Red+Green+Blue) = 141+95+101=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F65 is #72A09A. Grayscale: #6D6D6D. Windows color (decimal): -7512219 or 6643597. OLE color: 6643597.

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

Color convert

RGB14195101-
CMYK00.330.280.45
HSL352.17º19.49%46.27%-
HSV(B)352.17º32.62%55.29%-
XYZ17.4314.7914.25-
YUV109.44123.24150.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=41.84%
G=28.19%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419510100.330.280.45352.1719.4946.27
Hex8D5F650211C2D160132e
Octal21513714504134555402356
Binary100011011011111110010101000011110010110110110000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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