#542244

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

Shades of Loulou #542244

Tints of Loulou #542244

Color information

#542244 (or 0x542244) is unknown color: approx Loulou. HEX triplet: 54, 22 and 44. RGB value is (84,34,68). Sum of RGB (Red+Green+Blue) = 84+34+68=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542244 is #ABDDBB. Grayscale: #343434. Windows color (decimal): -11263420 or 4465236. OLE color: 4465236.

HSL color Cylindrical-coordinate representation of color #542244: hue angle of 319.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542244 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB843468-
CMYK00.600.190.67
HSL319.2º42.37%23.14%-
HSV(B)319.2º59.52%32.94%-
XYZ5.273.455.86-
YUV52.83136.56150.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=45.16%
G=18.28%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84346800.600.190.67319.242.3723.14
Hex54224403C134313f2a17
Octal12442104074231034775227
Binary10101001000101000100011110010011100001110011111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542244; }

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

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

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

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

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

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

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

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