#9E5973

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

Shades of Mauve Taupe #9E5973

Tints of Mauve Taupe #9E5973

Color information

#9E5973 (or 0x9E5973) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 59 and 73. RGB value is (158,89,115). Sum of RGB (Red+Green+Blue) = 158+89+115=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5973 is #61A68C. Grayscale: #707070. Windows color (decimal): -6399629 or 7559582. OLE color: 7559582.

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

Color convert

RGB15889115-
CMYK00.440.270.38
HSL337.39º27.94%48.43%-
HSV(B)337.39º43.67%61.96%-
XYZ20.7715.6518.15-
YUV112.59129.36160.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=43.65%
G=24.59%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588911500.440.270.38337.3927.9448.43
Hex9E597302C1B261511c30
Octal23613116305433465213460
Binary100111101011001111001101011001101110011010101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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