#9E5473

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

Shades of Mauve Taupe #9E5473

Tints of Mauve Taupe #9E5473

Color information

#9E5473 (or 0x9E5473) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 54 and 73. RGB value is (158,84,115). Sum of RGB (Red+Green+Blue) = 158+84+115=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5473 is #61AB8C. Grayscale: #6D6D6D. Windows color (decimal): -6400909 or 7558302. OLE color: 7558302.

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

Color convert

RGB15884115-
CMYK00.470.270.38
HSL334.86º30.58%47.45%-
HSV(B)334.86º46.84%61.96%-
XYZ20.3714.8518.01-
YUV109.66131.02162.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=44.26%
G=23.53%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588411500.470.270.38334.8630.5847.45
Hex9E547302F1B2614f1f2f
Octal23612416305733465173757
Binary100111101010100111001101011111101110011010100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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