#542548

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

Shades of Loulou #542548

Tints of Loulou #542548

Color information

#542548 (or 0x542548) is unknown color: approx Loulou. HEX triplet: 54, 25 and 48. RGB value is (84,37,72). Sum of RGB (Red+Green+Blue) = 84+37+72=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #542548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542548 is #ABDAB7. Grayscale: #363636. Windows color (decimal): -11262648 or 4728148. OLE color: 4728148.

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

Color convert

RGB843772-
CMYK00.560.140.67
HSL315.32º38.84%23.73%-
HSV(B)315.32º55.95%32.94%-
XYZ5.493.686.55-
YUV55.04137.57148.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=43.52%
G=19.17%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84377200.560.140.67315.3238.8423.73
Hex542548038E4313b2718
Octal12445110070161034734730
Binary1010100100101100100001110001110100001110011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542548; }

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

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

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

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

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

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

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

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