#9F5973

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

Shades of Mauve Taupe #9F5973

Tints of Mauve Taupe #9F5973

Color information

#9F5973 (or 0x9F5973) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 59 and 73. RGB value is (159,89,115). Sum of RGB (Red+Green+Blue) = 159+89+115=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5973 is #60A68C. Grayscale: #707070. Windows color (decimal): -6334093 or 7559583. OLE color: 7559583.

HSL color Cylindrical-coordinate representation of color #9F5973: hue angle of 337.71º 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 #9F5973 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15989115-
CMYK00.440.280.38
HSL337.71º28.23%48.63%-
HSV(B)337.71º44.03%62.35%-
XYZ20.9615.7518.16-
YUV112.89129.19160.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=43.80%
G=24.52%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598911500.440.280.38337.7128.2348.63
Hex9F597302C1C261521c31
Octal23713116305434465223461
Binary100111111011001111001101011001110010011010101001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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