#54204F

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

Shades of Loulou #54204F

Tints of Loulou #54204F

Color information

#54204F (or 0x54204F) is unknown color: approx Loulou. HEX triplet: 54, 20 and 4F. RGB value is (84,32,79). Sum of RGB (Red+Green+Blue) = 84+32+79=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54204F is #ABDFB0. Grayscale: #343434. Windows color (decimal): -11263921 or 5185620. OLE color: 5185620.

HSL color Cylindrical-coordinate representation of color #54204F: hue angle of 305.77º 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 #54204F is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB843279-
CMYK00.620.060.67
HSL305.77º44.83%22.75%-
HSV(B)305.77º61.9%32.94%-
XYZ5.583.487.77-
YUV52.91142.73150.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=43.08%
G=16.41%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84327900.620.060.67305.7744.8322.75
Hex54204F03E6431322d17
Octal1244011707661034625527
Binary101010010000010011110111110110100001110011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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