#542447

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

Shades of Loulou #542447

Tints of Loulou #542447

Color information

#542447 (or 0x542447) is unknown color: approx Loulou. HEX triplet: 54, 24 and 47. RGB value is (84,36,71). Sum of RGB (Red+Green+Blue) = 84+36+71=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #542447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542447 is #ABDBB8. Grayscale: #363636. Windows color (decimal): -11262905 or 4662356. OLE color: 4662356.

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

Color convert

RGB843671-
CMYK00.570.150.67
HSL316.25º40%23.53%-
HSV(B)316.25º57.14%32.94%-
XYZ5.423.66.37-
YUV54.34137.4149.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=43.98%
G=18.85%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84367100.570.150.67316.254023.53
Hex542447039F4313c2818
Octal12444107071171034745030
Binary1010100100100100011101110011111100001110011110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542447; }

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

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

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

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

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

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

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

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