#935474

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

Shades of Mauve Taupe #935474

Tints of Mauve Taupe #935474

Color information

#935474 (or 0x935474) is unknown color: approx Mauve Taupe. HEX triplet: 93, 54 and 74. RGB value is (147,84,116). Sum of RGB (Red+Green+Blue) = 147+84+116=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935474 is #6CAB8B. Grayscale: #6A6A6A. Windows color (decimal): -7121804 or 7623827. OLE color: 7623827.

HSL color Cylindrical-coordinate representation of color #935474: hue angle of 329.52º 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 #935474 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14784116-
CMYK00.430.210.42
HSL329.52º27.27%45.29%-
HSV(B)329.52º42.86%57.65%-
XYZ18.3613.818.22-
YUV106.48133.37156.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=42.36%
G=24.21%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478411600.430.210.42329.5227.2745.29
Hex93547402B152A14a1b2d
Octal22312416405325525123355
Binary100100111010100111010001010111010110101010100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935474; }

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

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

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

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

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

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

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

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