#542443

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

Shades of Loulou #542443

Tints of Loulou #542443

Color information

#542443 (or 0x542443) is unknown color: approx Loulou. HEX triplet: 54, 24 and 43. RGB value is (84,36,67). Sum of RGB (Red+Green+Blue) = 84+36+67=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #542443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542443 is #ABDBBC. Grayscale: #353535. Windows color (decimal): -11262909 or 4400212. OLE color: 4400212.

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

Color convert

RGB843667-
CMYK00.570.200.67
HSL321.25º40%23.53%-
HSV(B)321.25º57.14%32.94%-
XYZ5.33.555.72-
YUV53.89135.4149.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=44.92%
G=19.25%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84366700.570.200.67321.254023.53
Hex54244303914431412818
Octal12444103071241035015030
Binary10101001001001000011011100110100100001110100000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542443; }

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

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

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

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

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

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

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

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