#57324B

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

Shades of Loulou #57324B

Tints of Loulou #57324B

Color information

#57324B (or 0x57324B) is unknown color: approx Loulou. HEX triplet: 57, 32 and 4B. RGB value is (87,50,75). Sum of RGB (Red+Green+Blue) = 87+50+75=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57324B is #A8CDB4. Grayscale: #3F3F3F. Windows color (decimal): -11062709 or 4928087. OLE color: 4928087.

HSL color Cylindrical-coordinate representation of color #57324B: hue angle of 319.46º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57324B is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB875075-
CMYK00.430.140.66
HSL319.46º27.01%26.86%-
HSV(B)319.46º42.53%34.12%-
XYZ6.344.827.25-
YUV63.91134.26144.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=41.04%
G=23.58%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87507500.430.140.66319.4627.0126.86
Hex57324B02BE4213f1b1b
Octal12762113053161024773333
Binary101011111001010010110101011111010000101001111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57324B; }

 p { color: rgb(87,50,75); }

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

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

 a { background-color: rgb(87,50,75); }

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

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

 span { border-color: rgb(87,50,75); }

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