#542142

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

Shades of Loulou #542142

Tints of Loulou #542142

Color information

#542142 (or 0x542142) is unknown color: approx Loulou. HEX triplet: 54, 21 and 42. RGB value is (84,33,66). Sum of RGB (Red+Green+Blue) = 84+33+66=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #542142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542142 is #ABDEBD. Grayscale: #333333. Windows color (decimal): -11263678 or 4333908. OLE color: 4333908.

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

Color convert

RGB843366-
CMYK00.610.210.67
HSL321.18º43.59%22.94%-
HSV(B)321.18º60.71%32.94%-
XYZ5.183.375.53-
YUV52.01135.9150.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=45.90%
G=18.03%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84336600.610.210.67321.1843.5922.94
Hex54214203D15431412c17
Octal12441102075251035015427
Binary10101001000011000010011110110101100001110100000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542142; }

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

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

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

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

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

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

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

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