#8F5D6F

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

Shades of Mauve Taupe #8F5D6F

Tints of Mauve Taupe #8F5D6F

Color information

#8F5D6F (or 0x8F5D6F) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5D and 6F. RGB value is (143,93,111). Sum of RGB (Red+Green+Blue) = 143+93+111=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D6F is #70A290. Grayscale: #6D6D6D. Windows color (decimal): -7381649 or 7298447. OLE color: 7298447.

HSL color Cylindrical-coordinate representation of color #8F5D6F: hue angle of 338.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D6F is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14393111-
CMYK00.350.220.44
HSL338.4º21.19%46.27%-
HSV(B)338.4º34.97%56.08%-
XYZ18.1114.8216.94-
YUV110128.56151.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=41.21%
G=26.80%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439311100.350.220.44338.421.1946.27
Hex8F5D6F023162C152152e
Octal21713515704326545222556
Binary100011111011101110111101000111011010110010101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,93,111); }

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

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

 a { background-color: rgb(143,93,111); }

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

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

 span { border-color: rgb(143,93,111); }

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