#57244A

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

Shades of Loulou #57244A

Tints of Loulou #57244A

Color information

#57244A (or 0x57244A) is unknown color: approx Loulou. HEX triplet: 57, 24 and 4A. RGB value is (87,36,74). Sum of RGB (Red+Green+Blue) = 87+36+74=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57244A is #A8DBB5. Grayscale: #373737. Windows color (decimal): -11066294 or 4858967. OLE color: 4858967.

HSL color Cylindrical-coordinate representation of color #57244A: hue angle of 315.29º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57244A is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB873674-
CMYK00.590.150.66
HSL315.29º41.46%24.12%-
HSV(B)315.29º58.62%34.12%-
XYZ5.83.786.9-
YUV55.58138.4150.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=44.16%
G=18.27%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87367400.590.150.66315.2941.4624.12
Hex57244A03BF4213b2918
Octal12744112073171024735130
Binary1010111100100100101001110111111100001010011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57244A; }

 p { color: rgb(87,36,74); }

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

<style>
 a { background-color: #57244A; }

 a { background-color: rgb(87,36,74); }

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

<style>
 span { border-color: #57244A; }

 span { border-color: rgb(87,36,74); }

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