#542649

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

Shades of Loulou #542649

Tints of Loulou #542649

Color information

#542649 (or 0x542649) is unknown color: approx Loulou. HEX triplet: 54, 26 and 49. RGB value is (84,38,73). Sum of RGB (Red+Green+Blue) = 84+38+73=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542649 is #ABD9B6. Grayscale: #373737. Windows color (decimal): -11262391 or 4793940. OLE color: 4793940.

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

Color convert

RGB843873-
CMYK00.550.130.67
HSL314.35º37.7%23.92%-
HSV(B)314.35º54.76%32.94%-
XYZ5.553.756.73-
YUV55.74137.74148.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=43.08%
G=19.49%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84387300.550.130.67314.3537.723.92
Hex542649037D4313a2618
Octal12446111067151034724630
Binary1010100100110100100101101111101100001110011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542649; }

 p { color: rgb(84,38,73); }

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

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

 a { background-color: rgb(84,38,73); }

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

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

 span { border-color: rgb(84,38,73); }

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