#57224E

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

Shades of Loulou #57224E

Tints of Loulou #57224E

Color information

#57224E (or 0x57224E) is unknown color: approx Loulou. HEX triplet: 57, 22 and 4E. RGB value is (87,34,78). Sum of RGB (Red+Green+Blue) = 87+34+78=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57224E is #A8DDB1. Grayscale: #363636. Windows color (decimal): -11066802 or 5120599. OLE color: 5120599.

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

Color convert

RGB873478-
CMYK00.610.100.66
HSL310.19º43.8%23.73%-
HSV(B)310.19º60.92%34.12%-
XYZ5.883.727.62-
YUV54.86141.06150.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=43.72%
G=17.09%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87347800.610.100.66310.1943.823.73
Hex57224E03DA421362c18
Octal12742116075121024665430
Binary1010111100010100111001111011010100001010011011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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