#9D576F

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

Shades of Mauve Taupe #9D576F

Tints of Mauve Taupe #9D576F

Color information

#9D576F (or 0x9D576F) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 57 and 6F. RGB value is (157,87,111). Sum of RGB (Red+Green+Blue) = 157+87+111=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D576F is #62A890. Grayscale: #6E6E6E. Windows color (decimal): -6465681 or 7296925. OLE color: 7296925.

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

Color convert

RGB15787111-
CMYK00.450.290.38
HSL339.43º28.69%47.84%-
HSV(B)339.43º44.59%61.57%-
XYZ20.1815.1316.9-
YUV110.67128.19161.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=44.23%
G=24.51%
B=31.27%

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
Decimal1578711100.450.290.38339.4328.6947.84
Hex9D576F02D1D261531d30
Octal23512715705535465233560
Binary100111011010111110111101011011110110011010101001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,111); }

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

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

 a { background-color: rgb(157,87,111); }

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

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

 span { border-color: rgb(157,87,111); }

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