#57204D

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

Shades of Loulou #57204D

Tints of Loulou #57204D

Color information

#57204D (or 0x57204D) is unknown color: approx Loulou. HEX triplet: 57, 20 and 4D. RGB value is (87,32,77). Sum of RGB (Red+Green+Blue) = 87+32+77=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57204D is #A8DFB2. Grayscale: #353535. Windows color (decimal): -11067315 or 5054551. OLE color: 5054551.

HSL color Cylindrical-coordinate representation of color #57204D: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57204D is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB873277-
CMYK00.630.110.66
HSL310.91º46.22%23.33%-
HSV(B)310.91º63.22%34.12%-
XYZ5.793.67.41-
YUV53.58141.22151.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=44.39%
G=16.33%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87327700.630.110.66310.9146.2223.33
Hex57204D03FB421372e17
Octal12740115077131024675627
Binary1010111100000100110101111111011100001010011011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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