#542042

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

Shades of Loulou #542042

Tints of Loulou #542042

Color information

#542042 (or 0x542042) is unknown color: approx Loulou. HEX triplet: 54, 20 and 42. RGB value is (84,32,66). Sum of RGB (Red+Green+Blue) = 84+32+66=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #542042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542042 is #ABDFBD. Grayscale: #333333. Windows color (decimal): -11263934 or 4333652. OLE color: 4333652.

HSL color Cylindrical-coordinate representation of color #542042: hue angle of 320.77º 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 #542042 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB843266-
CMYK00.620.210.67
HSL320.77º44.83%22.75%-
HSV(B)320.77º61.9%32.94%-
XYZ5.163.315.52-
YUV51.42136.23151.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=46.15%
G=17.58%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84326600.620.210.67320.7744.8322.75
Hex54204203E15431412d17
Octal12440102076251035015527
Binary10101001000001000010011111010101100001110100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542042; }

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

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

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

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

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

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

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

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