#542B47

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

Shades of Loulou #542B47

Tints of Loulou #542B47

Color information

#542B47 (or 0x542B47) is unknown color: approx Loulou. HEX triplet: 54, 2B and 47. RGB value is (84,43,71). Sum of RGB (Red+Green+Blue) = 84+43+71=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #542B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B47 is #ABD4B8. Grayscale: #3A3A3A. Windows color (decimal): -11261113 or 4664148. OLE color: 4664148.

HSL color Cylindrical-coordinate representation of color #542B47: hue angle of 319.02º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B47 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB844371-
CMYK00.490.150.67
HSL319.02º32.28%24.9%-
HSV(B)319.02º48.81%32.94%-
XYZ5.664.076.45-
YUV58.45135.08146.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=42.42%
G=21.72%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84437100.490.150.67319.0232.2824.9
Hex542B47031F4313f2019
Octal12453107061171034774031
Binary1010100101011100011101100011111100001110011111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542B47; }

 p { color: rgb(84,43,71); }

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

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

 a { background-color: rgb(84,43,71); }

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

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

 span { border-color: rgb(84,43,71); }

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