#542046

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

Shades of Loulou #542046

Tints of Loulou #542046

Color information

#542046 (or 0x542046) is unknown color: approx Loulou. HEX triplet: 54, 20 and 46. RGB value is (84,32,70). Sum of RGB (Red+Green+Blue) = 84+32+70=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542046 is #ABDFB9. Grayscale: #333333. Windows color (decimal): -11263930 or 4595796. OLE color: 4595796.

HSL color Cylindrical-coordinate representation of color #542046: hue angle of 316.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542046 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB843270-
CMYK00.620.170.67
HSL316.15º44.83%22.75%-
HSV(B)316.15º61.9%32.94%-
XYZ5.283.366.16-
YUV51.88138.23150.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=45.16%
G=17.20%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84327000.620.170.67316.1544.8322.75
Hex54204603E114313c2d17
Octal12440106076211034745527
Binary10101001000001000110011111010001100001110011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542046; }

 p { color: rgb(84,32,70); }

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

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

 a { background-color: rgb(84,32,70); }

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

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

 span { border-color: rgb(84,32,70); }

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