#57314C

Color #57314C Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #57314C

Tints of Loulou #57314C

Color information

#57314C (or 0x57314C) is unknown color: approx Loulou. HEX triplet: 57, 31 and 4C. RGB value is (87,49,76). Sum of RGB (Red+Green+Blue) = 87+49+76=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57314C is #A8CEB3. Grayscale: #3F3F3F. Windows color (decimal): -11062964 or 4993367. OLE color: 4993367.

HSL color Cylindrical-coordinate representation of color #57314C: hue angle of 317.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57314C is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB874976-
CMYK00.440.130.66
HSL317.37º27.94%26.67%-
HSV(B)317.37º43.68%34.12%-
XYZ6.334.747.42-
YUV63.44135.09144.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=41.04%
G=23.11%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87497600.440.130.66317.3727.9426.67
Hex57314C02CD4213d1c1b
Octal12761114054151024753433
Binary101011111000110011000101100110110000101001111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57314C; }

 p { color: rgb(87,49,76); }

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

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

 a { background-color: rgb(87,49,76); }

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

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

 span { border-color: rgb(87,49,76); }

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