#54204C

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

Shades of Loulou #54204C

Tints of Loulou #54204C

Color information

#54204C (or 0x54204C) is unknown color: approx Loulou. HEX triplet: 54, 20 and 4C. RGB value is (84,32,76). Sum of RGB (Red+Green+Blue) = 84+32+76=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54204C is #ABDFB3. Grayscale: #343434. Windows color (decimal): -11263924 or 4989012. OLE color: 4989012.

HSL color Cylindrical-coordinate representation of color #54204C: hue angle of 309.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54204C is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB843276-
CMYK00.620.100.67
HSL309.23º44.83%22.75%-
HSV(B)309.23º61.9%32.94%-
XYZ5.483.447.21-
YUV52.56141.23150.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=43.75%
G=16.67%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84327600.620.100.67309.2344.8322.75
Hex54204C03EA431352d17
Octal12440114076121034655527
Binary1010100100000100110001111101010100001110011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54204C; }

 p { color: rgb(84,32,76); }

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

<style>
 a { background-color: #54204C; }

 a { background-color: rgb(84,32,76); }

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

<style>
 span { border-color: #54204C; }

 span { border-color: rgb(84,32,76); }

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