#542D4F

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

Shades of Loulou #542D4F

Tints of Loulou #542D4F

Color information

#542D4F (or 0x542D4F) is unknown color: approx Loulou. HEX triplet: 54, 2D and 4F. RGB value is (84,45,79). Sum of RGB (Red+Green+Blue) = 84+45+79=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #542D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D4F is #ABD2B0. Grayscale: #3C3C3C. Windows color (decimal): -11260593 or 5188948. OLE color: 5188948.

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

Color convert

RGB844579-
CMYK00.460.060.67
HSL307.69º30.23%25.29%-
HSV(B)307.69º46.43%32.94%-
XYZ6.014.337.92-
YUV60.54138.42144.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=40.38%
G=21.63%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84457900.460.060.67307.6930.2325.29
Hex542D4F02E6431341e19
Octal1245511705661034643631
Binary10101001011011001111010111011010000111001101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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