#542448

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

Shades of Loulou #542448

Tints of Loulou #542448

Color information

#542448 (or 0x542448) is unknown color: approx Loulou. HEX triplet: 54, 24 and 48. RGB value is (84,36,72). Sum of RGB (Red+Green+Blue) = 84+36+72=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #542448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542448 is #ABDBB7. Grayscale: #363636. Windows color (decimal): -11262904 or 4727892. OLE color: 4727892.

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

Color convert

RGB843672-
CMYK00.570.140.67
HSL315º40%23.53%-
HSV(B)315º57.14%32.94%-
XYZ5.463.616.54-
YUV54.46137.9149.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84367200.570.140.673154023.53
Hex542448039E4313b2818
Octal12444110071161034735030
Binary1010100100100100100001110011110100001110011101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542448; }

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

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

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

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

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

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

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

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