#542D4E

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

Shades of Loulou #542D4E

Tints of Loulou #542D4E

Color information

#542D4E (or 0x542D4E) is unknown color: approx Loulou. HEX triplet: 54, 2D and 4E. RGB value is (84,45,78). Sum of RGB (Red+Green+Blue) = 84+45+78=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #542D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D4E is #ABD2B1. Grayscale: #3C3C3C. Windows color (decimal): -11260594 or 5123412. OLE color: 5123412.

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

Color convert

RGB844578-
CMYK00.460.070.67
HSL309.23º30.23%25.29%-
HSV(B)309.23º46.43%32.94%-
XYZ5.974.317.73-
YUV60.42137.92144.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=40.58%
G=21.74%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84457800.460.070.67309.2330.2325.29
Hex542D4E02E7431351e19
Octal1245511605671034653631
Binary10101001011011001110010111011110000111001101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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