#9F5771

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

Shades of Mauve Taupe #9F5771

Tints of Mauve Taupe #9F5771

Color information

#9F5771 (or 0x9F5771) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 57 and 71. RGB value is (159,87,113). Sum of RGB (Red+Green+Blue) = 159+87+113=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5771 is #60A88E. Grayscale: #6F6F6F. Windows color (decimal): -6334607 or 7427999. OLE color: 7427999.

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

Color convert

RGB15987113-
CMYK00.450.290.38
HSL338.33º29.27%48.24%-
HSV(B)338.33º45.28%62.35%-
XYZ20.6915.3817.5-
YUV111.49128.85161.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=44.29%
G=24.23%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598711300.450.290.38338.3329.2748.24
Hex9F577102D1D261521d30
Octal23712716105535465223560
Binary100111111010111111000101011011110110011010101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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