#542743

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

Shades of Loulou #542743

Tints of Loulou #542743

Color information

#542743 (or 0x542743) is unknown color: approx Loulou. HEX triplet: 54, 27 and 43. RGB value is (84,39,67). Sum of RGB (Red+Green+Blue) = 84+39+67=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542743 is #ABD8BC. Grayscale: #373737. Windows color (decimal): -11262141 or 4400980. OLE color: 4400980.

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

Color convert

RGB843967-
CMYK00.540.200.67
HSL322.67º36.59%24.12%-
HSV(B)322.67º53.57%32.94%-
XYZ5.393.745.75-
YUV55.65134.41148.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=44.21%
G=20.53%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84396700.540.200.67322.6736.5924.12
Hex54274303614431432518
Octal12447103066241035034530
Binary10101001001111000011011011010100100001110100001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542743; }

 p { color: rgb(84,39,67); }

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

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

 a { background-color: rgb(84,39,67); }

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

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

 span { border-color: rgb(84,39,67); }

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