#542048

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

Shades of Loulou #542048

Tints of Loulou #542048

Color information

#542048 (or 0x542048) is unknown color: approx Loulou. HEX triplet: 54, 20 and 48. RGB value is (84,32,72). Sum of RGB (Red+Green+Blue) = 84+32+72=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #542048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542048 is #ABDFB7. Grayscale: #343434. Windows color (decimal): -11263928 or 4726868. OLE color: 4726868.

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

Color convert

RGB843272-
CMYK00.620.140.67
HSL313.85º44.83%22.75%-
HSV(B)313.85º61.9%32.94%-
XYZ5.343.396.5-
YUV52.11139.23150.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=44.68%
G=17.02%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84327200.620.140.67313.8544.8322.75
Hex54204803EE4313a2d17
Octal12440110076161034725527
Binary1010100100000100100001111101110100001110011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542048; }

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

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

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

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

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

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

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

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