#9D5975

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

Shades of Mauve Taupe #9D5975

Tints of Mauve Taupe #9D5975

Color information

#9D5975 (or 0x9D5975) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 59 and 75. RGB value is (157,89,117). Sum of RGB (Red+Green+Blue) = 157+89+117=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5975 is #62A68A. Grayscale: #707070. Windows color (decimal): -6465163 or 7690653. OLE color: 7690653.

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

Color convert

RGB15789117-
CMYK00.430.250.38
HSL335.29º27.64%48.24%-
HSV(B)335.29º43.31%61.57%-
XYZ20.6915.618.75-
YUV112.52130.53159.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=43.25%
G=24.52%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578911700.430.250.38335.2927.6448.24
Hex9D597502B192614f1c30
Octal23513116505331465173460
Binary100111011011001111010101010111100110011010100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,117); }

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

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

 a { background-color: rgb(157,89,117); }

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

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

 span { border-color: rgb(157,89,117); }

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