#9F5971

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

Shades of Mauve Taupe #9F5971

Tints of Mauve Taupe #9F5971

Color information

#9F5971 (or 0x9F5971) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 59 and 71. RGB value is (159,89,113). Sum of RGB (Red+Green+Blue) = 159+89+113=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5971 is #60A68E. Grayscale: #707070. Windows color (decimal): -6334095 or 7428511. OLE color: 7428511.

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

Color convert

RGB15989113-
CMYK00.440.290.38
HSL339.43º28.23%48.63%-
HSV(B)339.43º44.03%62.35%-
XYZ20.8515.7117.56-
YUV112.67128.19161.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=44.04%
G=24.65%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598911300.440.290.38339.4328.2348.63
Hex9F597102C1D261531c31
Octal23713116105435465233461
Binary100111111011001111000101011001110110011010101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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