#9D5F75

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

Shades of Mauve Taupe #9D5F75

Tints of Mauve Taupe #9D5F75

Color information

#9D5F75 (or 0x9D5F75) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 5F and 75. RGB value is (157,95,117). Sum of RGB (Red+Green+Blue) = 157+95+117=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F75 is #62A08A. Grayscale: #747474. Windows color (decimal): -6463627 or 7692189. OLE color: 7692189.

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

Color convert

RGB15795117-
CMYK00.390.250.38
HSL338.71º24.6%49.41%-
HSV(B)338.71º39.49%61.57%-
XYZ21.2116.6418.92-
YUV116.05128.54157.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=42.55%
G=25.75%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579511700.390.250.38338.7124.649.41
Hex9D5F7502719261531931
Octal23513716504731465233161
Binary100111011011111111010101001111100110011010101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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