#9F5772

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

Shades of Mauve Taupe #9F5772

Tints of Mauve Taupe #9F5772

Color information

#9F5772 (or 0x9F5772) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 57 and 72. RGB value is (159,87,114). Sum of RGB (Red+Green+Blue) = 159+87+114=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5772 is #60A88D. Grayscale: #6F6F6F. Windows color (decimal): -6334606 or 7493535. OLE color: 7493535.

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

Color convert

RGB15987114-
CMYK00.450.280.38
HSL337.5º29.27%48.24%-
HSV(B)337.5º45.28%62.35%-
XYZ20.7415.417.8-
YUV111.61129.35161.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=44.17%
G=24.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598711400.450.280.38337.529.2748.24
Hex9F577202D1C261521d30
Octal23712716205534465223560
Binary100111111010111111001001011011110010011010101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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