#9D5575

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

Shades of Mauve Taupe #9D5575

Tints of Mauve Taupe #9D5575

Color information

#9D5575 (or 0x9D5575) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 55 and 75. RGB value is (157,85,117). Sum of RGB (Red+Green+Blue) = 157+85+117=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5575 is #62AA8A. Grayscale: #6E6E6E. Windows color (decimal): -6466187 or 7689629. OLE color: 7689629.

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

Color convert

RGB15785117-
CMYK00.460.250.38
HSL333.33º29.75%47.45%-
HSV(B)333.33º45.86%61.57%-
XYZ20.3614.9518.64-
YUV110.18131.85161.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=43.73%
G=23.68%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578511700.460.250.38333.3329.7547.45
Hex9D557502E192614d1e2f
Octal23512516505631465153657
Binary100111011010101111010101011101100110011010100110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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