#542849

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

Shades of Loulou #542849

Tints of Loulou #542849

Color information

#542849 (or 0x542849) is unknown color: approx Loulou. HEX triplet: 54, 28 and 49. RGB value is (84,40,73). Sum of RGB (Red+Green+Blue) = 84+40+73=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #542849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542849 is #ABD7B6. Grayscale: #383838. Windows color (decimal): -11261879 or 4794452. OLE color: 4794452.

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

Color convert

RGB844073-
CMYK00.520.130.67
HSL315º35.48%24.31%-
HSV(B)315º52.38%32.94%-
XYZ5.623.886.76-
YUV56.92137.08147.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=42.64%
G=20.30%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84407300.520.130.6731535.4824.31
Hex542849034D4313b2318
Octal12450111064151034734330
Binary1010100101000100100101101001101100001110011101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542849; }

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

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

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

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

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

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

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

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