#542446

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

Shades of Loulou #542446

Tints of Loulou #542446

Color information

#542446 (or 0x542446) is unknown color: approx Loulou. HEX triplet: 54, 24 and 46. RGB value is (84,36,70). Sum of RGB (Red+Green+Blue) = 84+36+70=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542446 is #ABDBB9. Grayscale: #363636. Windows color (decimal): -11262906 or 4596820. OLE color: 4596820.

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

Color convert

RGB843670-
CMYK00.570.170.67
HSL317.5º40%23.53%-
HSV(B)317.5º57.14%32.94%-
XYZ5.393.596.2-
YUV54.23136.9149.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=44.21%
G=18.95%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84367000.570.170.67317.54023.53
Hex542446039114313e2818
Octal12444106071211034765030
Binary10101001001001000110011100110001100001110011111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542446; }

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

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

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

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

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

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

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

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