#8F6171

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

Shades of Mauve Taupe #8F6171

Tints of Mauve Taupe #8F6171

Color information

#8F6171 (or 0x8F6171) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 61 and 71. RGB value is (143,97,113). Sum of RGB (Red+Green+Blue) = 143+97+113=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6171 is #709E8E. Grayscale: #707070. Windows color (decimal): -7380623 or 7430543. OLE color: 7430543.

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

Color convert

RGB14397113-
CMYK00.320.210.44
HSL339.13º19.17%47.06%-
HSV(B)339.13º32.17%56.08%-
XYZ18.5815.5817.65-
YUV112.58128.24149.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=40.51%
G=27.48%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439711300.320.210.44339.1319.1747.06
Hex8F6171020152C153132f
Octal21714116104025545232357
Binary100011111100001111000101000001010110110010101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,113); }

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

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

 a { background-color: rgb(143,97,113); }

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

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

 span { border-color: rgb(143,97,113); }

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