#542549

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

Shades of Loulou #542549

Tints of Loulou #542549

Color information

#542549 (or 0x542549) is unknown color: approx Loulou. HEX triplet: 54, 25 and 49. RGB value is (84,37,73). Sum of RGB (Red+Green+Blue) = 84+37+73=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #542549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542549 is #ABDAB6. Grayscale: #373737. Windows color (decimal): -11262647 or 4793684. OLE color: 4793684.

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

Color convert

RGB843773-
CMYK00.560.130.67
HSL314.04º38.84%23.73%-
HSV(B)314.04º55.95%32.94%-
XYZ5.523.696.72-
YUV55.16138.07148.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=43.30%
G=19.07%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84377300.560.130.67314.0438.8423.73
Hex542549038D4313a2718
Octal12445111070151034724730
Binary1010100100101100100101110001101100001110011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542549; }

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

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

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

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

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

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

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

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