#9D5473

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

Shades of Mauve Taupe #9D5473

Tints of Mauve Taupe #9D5473

Color information

#9D5473 (or 0x9D5473) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 54 and 73. RGB value is (157,84,115). Sum of RGB (Red+Green+Blue) = 157+84+115=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5473 is #62AB8C. Grayscale: #6D6D6D. Windows color (decimal): -6466445 or 7558301. OLE color: 7558301.

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

Color convert

RGB15784115-
CMYK00.460.270.38
HSL334.52º30.29%47.25%-
HSV(B)334.52º46.5%61.57%-
XYZ20.1714.7518-
YUV109.36131.18161.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=44.10%
G=23.60%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578411500.460.270.38334.5230.2947.25
Hex9D547302E1B2614f1e2f
Octal23512416305633465173657
Binary100111011010100111001101011101101110011010100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,84,115); }

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

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

 a { background-color: rgb(157,84,115); }

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

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

 span { border-color: rgb(157,84,115); }

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