#542546

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

Shades of Loulou #542546

Tints of Loulou #542546

Color information

#542546 (or 0x542546) is unknown color: approx Loulou. HEX triplet: 54, 25 and 46. RGB value is (84,37,70). Sum of RGB (Red+Green+Blue) = 84+37+70=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #542546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542546 is #ABDAB9. Grayscale: #363636. Windows color (decimal): -11262650 or 4597076. OLE color: 4597076.

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

Color convert

RGB843770-
CMYK00.560.170.67
HSL317.87º38.84%23.73%-
HSV(B)317.87º55.95%32.94%-
XYZ5.423.656.21-
YUV54.82136.57148.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=43.98%
G=19.37%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84377000.560.170.67317.8738.8423.73
Hex542546038114313e2718
Octal12445106070211034764730
Binary10101001001011000110011100010001100001110011111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542546; }

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

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

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

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

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

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

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

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