#542A46

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

Shades of Loulou #542A46

Tints of Loulou #542A46

Color information

#542A46 (or 0x542A46) is unknown color: approx Loulou. HEX triplet: 54, 2A and 46. RGB value is (84,42,70). Sum of RGB (Red+Green+Blue) = 84+42+70=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #542A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A46 is #ABD5B9. Grayscale: #393939. Windows color (decimal): -11261370 or 4598356. OLE color: 4598356.

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

Color convert

RGB844270-
CMYK00.50.170.67
HSL320º33.33%24.71%-
HSV(B)320º50%32.94%-
XYZ5.593.986.27-
YUV57.75134.91146.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84427000.50.170.6732033.3324.71
Hex542A4603211431402119
Octal12452106062211035004131
Binary10101001010101000110011001010001100001110100000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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