#542B4C

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

Shades of Loulou #542B4C

Tints of Loulou #542B4C

Color information

#542B4C (or 0x542B4C) is unknown color: approx Loulou. HEX triplet: 54, 2B and 4C. RGB value is (84,43,76). Sum of RGB (Red+Green+Blue) = 84+43+76=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #542B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B4C is #ABD4B3. Grayscale: #3A3A3A. Windows color (decimal): -11261108 or 4991828. OLE color: 4991828.

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

Color convert

RGB844376-
CMYK00.490.100.67
HSL311.71º32.28%24.9%-
HSV(B)311.71º48.81%32.94%-
XYZ5.824.137.33-
YUV59.02137.58145.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=41.38%
G=21.18%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84437600.490.100.67311.7132.2824.9
Hex542B4C031A431382019
Octal12453114061121034704031
Binary1010100101011100110001100011010100001110011100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,43,76); }

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

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

 a { background-color: rgb(84,43,76); }

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

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

 span { border-color: rgb(84,43,76); }

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