#542445

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

Shades of Loulou #542445

Tints of Loulou #542445

Color information

#542445 (or 0x542445) is unknown color: approx Loulou. HEX triplet: 54, 24 and 45. RGB value is (84,36,69). Sum of RGB (Red+Green+Blue) = 84+36+69=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542445 is #ABDBBA. Grayscale: #363636. Windows color (decimal): -11262907 or 4531284. OLE color: 4531284.

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

Color convert

RGB843669-
CMYK00.570.180.67
HSL318.75º40%23.53%-
HSV(B)318.75º57.14%32.94%-
XYZ5.363.586.04-
YUV54.11136.4149.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=44.44%
G=19.05%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84366900.570.180.67318.754023.53
Hex542445039124313f2818
Octal12444105071221034775030
Binary10101001001001000101011100110010100001110011111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542445; }

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

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

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

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

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

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

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

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