#935570

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

Shades of Mauve Taupe #935570

Tints of Mauve Taupe #935570

Color information

#935570 (or 0x935570) is unknown color: approx Mauve Taupe. HEX triplet: 93, 55 and 70. RGB value is (147,85,112). Sum of RGB (Red+Green+Blue) = 147+85+112=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #935570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935570 is #6CAA8F. Grayscale: #6A6A6A. Windows color (decimal): -7121552 or 7361939. OLE color: 7361939.

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

Color convert

RGB14785112-
CMYK00.420.240.42
HSL333.87º26.72%45.49%-
HSV(B)333.87º42.18%57.65%-
XYZ18.2113.8717.05-
YUV106.62131.04156.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=42.73%
G=24.71%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478511200.420.240.42333.8726.7245.49
Hex93557002A182A14e1b2d
Octal22312516005230525163355
Binary100100111010101111000001010101100010101010100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935570; }

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

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

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

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

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

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

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

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