#57224C

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

Shades of Loulou #57224C

Tints of Loulou #57224C

Color information

#57224C (or 0x57224C) is unknown color: approx Loulou. HEX triplet: 57, 22 and 4C. RGB value is (87,34,76). Sum of RGB (Red+Green+Blue) = 87+34+76=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57224C is #A8DDB3. Grayscale: #363636. Windows color (decimal): -11066804 or 4989527. OLE color: 4989527.

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

Color convert

RGB873476-
CMYK00.610.130.66
HSL312.45º43.8%23.73%-
HSV(B)312.45º60.92%34.12%-
XYZ5.813.697.24-
YUV54.64140.06151.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=44.16%
G=17.26%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87347600.610.130.66312.4543.823.73
Hex57224C03DD421382c18
Octal12742114075151024705430
Binary1010111100010100110001111011101100001010011100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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