#542442

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

Shades of Loulou #542442

Tints of Loulou #542442

Color information

#542442 (or 0x542442) is unknown color: approx Loulou. HEX triplet: 54, 24 and 42. RGB value is (84,36,66). Sum of RGB (Red+Green+Blue) = 84+36+66=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542442 is #ABDBBD. Grayscale: #353535. Windows color (decimal): -11262910 or 4334676. OLE color: 4334676.

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

Color convert

RGB843666-
CMYK00.570.210.67
HSL322.5º40%23.53%-
HSV(B)322.5º57.14%32.94%-
XYZ5.273.545.56-
YUV53.77134.9149.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=45.16%
G=19.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84366600.570.210.67322.54023.53
Hex54244203915431422818
Octal12444102071251035025030
Binary10101001001001000010011100110101100001110100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542442; }

 p { color: rgb(84,36,66); }

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

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

 a { background-color: rgb(84,36,66); }

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

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

 span { border-color: rgb(84,36,66); }

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