#935473

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

Shades of Mauve Taupe #935473

Tints of Mauve Taupe #935473

Color information

#935473 (or 0x935473) is unknown color: approx Mauve Taupe. HEX triplet: 93, 54 and 73. RGB value is (147,84,115). Sum of RGB (Red+Green+Blue) = 147+84+115=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935473 is #6CAB8C. Grayscale: #6A6A6A. Windows color (decimal): -7121805 or 7558291. OLE color: 7558291.

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

Color convert

RGB14784115-
CMYK00.430.220.42
HSL330.48º27.27%45.29%-
HSV(B)330.48º42.86%57.65%-
XYZ18.313.7817.92-
YUV106.37132.87156.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=42.49%
G=24.28%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478411500.430.220.42330.4827.2745.29
Hex93547302B162A14a1b2d
Octal22312416305326525123355
Binary100100111010100111001101010111011010101010100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935473; }

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

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

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

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

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

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

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

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