#57224D

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

Shades of Loulou #57224D

Tints of Loulou #57224D

Color information

#57224D (or 0x57224D) is unknown color: approx Loulou. HEX triplet: 57, 22 and 4D. RGB value is (87,34,77). Sum of RGB (Red+Green+Blue) = 87+34+77=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57224D is #A8DDB2. Grayscale: #363636. Windows color (decimal): -11066803 or 5055063. OLE color: 5055063.

HSL color Cylindrical-coordinate representation of color #57224D: hue angle of 311.32º 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 #57224D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB873477-
CMYK00.610.110.66
HSL311.32º43.8%23.73%-
HSV(B)311.32º60.92%34.12%-
XYZ5.843.717.43-
YUV54.75140.56151-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=43.94%
G=17.17%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87347700.610.110.66311.3243.823.73
Hex57224D03DB421372c18
Octal12742115075131024675430
Binary1010111100010100110101111011011100001010011011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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