#542748

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

Shades of Loulou #542748

Tints of Loulou #542748

Color information

#542748 (or 0x542748) is unknown color: approx Loulou. HEX triplet: 54, 27 and 48. RGB value is (84,39,72). Sum of RGB (Red+Green+Blue) = 84+39+72=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542748 is #ABD8B7. Grayscale: #383838. Windows color (decimal): -11262136 or 4728660. OLE color: 4728660.

HSL color Cylindrical-coordinate representation of color #542748: hue angle of 316º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #542748 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB843972-
CMYK00.540.140.67
HSL316º36.59%24.12%-
HSV(B)316º53.57%32.94%-
XYZ5.553.86.57-
YUV56.22136.91147.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=43.08%
G=20%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84397200.540.140.6731636.5924.12
Hex542748036E4313c2518
Octal12447110066161034744530
Binary1010100100111100100001101101110100001110011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542748; }

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

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

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

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

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

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

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

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