#542844

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

Shades of Loulou #542844

Tints of Loulou #542844

Color information

#542844 (or 0x542844) is unknown color: approx Loulou. HEX triplet: 54, 28 and 44. RGB value is (84,40,68). Sum of RGB (Red+Green+Blue) = 84+40+68=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #542844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542844 is #ABD7BB. Grayscale: #383838. Windows color (decimal): -11261884 or 4466772. OLE color: 4466772.

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

Color convert

RGB844068-
CMYK00.520.190.67
HSL321.82º35.48%24.31%-
HSV(B)321.82º52.38%32.94%-
XYZ5.463.825.92-
YUV56.35134.58147.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=43.75%
G=20.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84406800.520.190.67321.8235.4824.31
Hex54284403413431422318
Octal12450104064231035024330
Binary10101001010001000100011010010011100001110100001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542844; }

 p { color: rgb(84,40,68); }

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

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

 a { background-color: rgb(84,40,68); }

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

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

 span { border-color: rgb(84,40,68); }

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