#8D5F63

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

Shades of Mauve Taupe #8D5F63

Tints of Mauve Taupe #8D5F63

Color information

#8D5F63 (or 0x8D5F63) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5F and 63. RGB value is (141,95,99). Sum of RGB (Red+Green+Blue) = 141+95+99=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5F63 is #72A09C. Grayscale: #6D6D6D. Windows color (decimal): -7512221 or 6512525. OLE color: 6512525.

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

Color convert

RGB1419599-
CMYK00.330.300.45
HSL354.78º19.49%46.27%-
HSV(B)354.78º32.62%55.29%-
XYZ17.3314.7513.74-
YUV109.21122.24150.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=42.09%
G=28.36%
B=29.55%

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
Decimal141959900.330.300.45354.7819.4946.27
Hex8D5F630211E2D163132e
Octal21513714304136555432356
Binary100011011011111110001101000011111010110110110001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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