#9F5E71

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

Shades of Mauve Taupe #9F5E71

Tints of Mauve Taupe #9F5E71

Color information

#9F5E71 (or 0x9F5E71) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 5E and 71. RGB value is (159,94,113). Sum of RGB (Red+Green+Blue) = 159+94+113=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E71 is #60A18E. Grayscale: #737373. Windows color (decimal): -6332815 or 7429791. OLE color: 7429791.

HSL color Cylindrical-coordinate representation of color #9F5E71: hue angle of 342.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E71 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15994113-
CMYK00.410.290.38
HSL342.46º25.69%49.61%-
HSV(B)342.46º40.88%62.35%-
XYZ21.2816.5717.7-
YUV115.6126.53158.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=43.44%
G=25.68%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599411300.410.290.38342.4625.6949.61
Hex9F5E710291D261561a32
Octal23713616105135465263262
Binary100111111011110111000101010011110110011010101011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5E71; }

 p { color: rgb(159,94,113); }

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

<style>
 a { background-color: #9F5E71; }

 a { background-color: rgb(159,94,113); }

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

<style>
 span { border-color: #9F5E71; }

 span { border-color: rgb(159,94,113); }

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