#542D45

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

Shades of Loulou #542D45

Tints of Loulou #542D45

Color information

#542D45 (or 0x542D45) is unknown color: approx Loulou. HEX triplet: 54, 2D and 45. RGB value is (84,45,69). Sum of RGB (Red+Green+Blue) = 84+45+69=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #542D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D45 is #ABD2BA. Grayscale: #3B3B3B. Windows color (decimal): -11260603 or 4533588. OLE color: 4533588.

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

Color convert

RGB844569-
CMYK00.460.180.67
HSL323.08º30.23%25.29%-
HSV(B)323.08º46.43%32.94%-
XYZ5.674.196.14-
YUV59.4133.42145.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=42.42%
G=22.73%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84456900.460.180.67323.0830.2325.29
Hex542D4502E12431431e19
Octal12455105056221035033631
Binary1010100101101100010101011101001010000111010000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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