#935771

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

Shades of Mauve Taupe #935771

Tints of Mauve Taupe #935771

Color information

#935771 (or 0x935771) is unknown color: approx Mauve Taupe. HEX triplet: 93, 57 and 71. RGB value is (147,87,113). Sum of RGB (Red+Green+Blue) = 147+87+113=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935771 is #6CA88E. Grayscale: #6B6B6B. Windows color (decimal): -7121039 or 7427987. OLE color: 7427987.

HSL color Cylindrical-coordinate representation of color #935771: hue angle of 334º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935771 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14787113-
CMYK00.410.230.42
HSL334º25.64%45.88%-
HSV(B)334º40.82%57.65%-
XYZ18.4214.2117.39-
YUV107.9130.88155.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=42.36%
G=25.07%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478711300.410.230.4233425.6445.88
Hex935771029172A14e1a2e
Octal22312716105127525163256
Binary100100111010111111000101010011011110101010100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935771; }

 p { color: rgb(147,87,113); }

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

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

 a { background-color: rgb(147,87,113); }

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

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

 span { border-color: rgb(147,87,113); }

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