#9E5573

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

Shades of Mauve Taupe #9E5573

Tints of Mauve Taupe #9E5573

Color information

#9E5573 (or 0x9E5573) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 55 and 73. RGB value is (158,85,115). Sum of RGB (Red+Green+Blue) = 158+85+115=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5573 is #61AA8C. Grayscale: #6E6E6E. Windows color (decimal): -6400653 or 7558558. OLE color: 7558558.

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

Color convert

RGB15885115-
CMYK00.460.270.38
HSL335.34º30.04%47.65%-
HSV(B)335.34º46.2%61.96%-
XYZ20.441518.04-
YUV110.25130.68162.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=44.13%
G=23.74%
B=32.12%

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
Decimal1588511500.460.270.38335.3430.0447.65
Hex9E557302E1B2614f1e30
Octal23612516305633465173660
Binary100111101010101111001101011101101110011010100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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