#935573

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

Shades of Mauve Taupe #935573

Tints of Mauve Taupe #935573

Color information

#935573 (or 0x935573) is unknown color: approx Mauve Taupe. HEX triplet: 93, 55 and 73. RGB value is (147,85,115). Sum of RGB (Red+Green+Blue) = 147+85+115=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935573 is #6CAA8C. Grayscale: #6A6A6A. Windows color (decimal): -7121549 or 7558547. OLE color: 7558547.

HSL color Cylindrical-coordinate representation of color #935573: hue angle of 330.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935573 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14785115-
CMYK00.420.220.42
HSL330.97º26.72%45.49%-
HSV(B)330.97º42.18%57.65%-
XYZ18.3813.9417.94-
YUV106.96132.54156.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=42.36%
G=24.50%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478511500.420.220.42330.9726.7245.49
Hex93557302A162A14b1b2d
Octal22312516305226525133355
Binary100100111010101111001101010101011010101010100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935573; }

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

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

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

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

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

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

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

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