#542850

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

Shades of Loulou #542850

Tints of Loulou #542850

Color information

#542850 (or 0x542850) is unknown color: approx Loulou. HEX triplet: 54, 28 and 50. RGB value is (84,40,80). Sum of RGB (Red+Green+Blue) = 84+40+80=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #542850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542850 is #ABD7AF. Grayscale: #393939. Windows color (decimal): -11261872 or 5253204. OLE color: 5253204.

HSL color Cylindrical-coordinate representation of color #542850: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542850 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB844080-
CMYK00.520.050.67
HSL305.45º35.48%24.31%-
HSV(B)305.45º52.38%32.94%-
XYZ5.863.988.05-
YUV57.72140.58146.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=41.18%
G=19.61%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84408000.520.050.67305.4535.4824.31
Hex5428500345431312318
Octal1245012006451034614330
Binary101010010100010100000110100101100001110011000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542850; }

 p { color: rgb(84,40,80); }

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

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

 a { background-color: rgb(84,40,80); }

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

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

 span { border-color: rgb(84,40,80); }

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