#542D51

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

Shades of Loulou #542D51

Tints of Loulou #542D51

Color information

#542D51 (or 0x542D51) is unknown color: approx Loulou. HEX triplet: 54, 2D and 51. RGB value is (84,45,81). Sum of RGB (Red+Green+Blue) = 84+45+81=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D51 is #ABD2AE. Grayscale: #3C3C3C. Windows color (decimal): -11260591 or 5320020. OLE color: 5320020.

HSL color Cylindrical-coordinate representation of color #542D51: hue angle of 304.62º 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 #542D51 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB844581-
CMYK00.460.040.67
HSL304.62º30.23%25.29%-
HSV(B)304.62º46.43%32.94%-
XYZ6.084.368.3-
YUV60.76139.42144.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=40%
G=21.43%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84458100.460.040.67304.6230.2325.29
Hex542D5102E4431311e19
Octal1245512105641034613631
Binary10101001011011010001010111010010000111001100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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