#542843

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

Shades of Loulou #542843

Tints of Loulou #542843

Color information

#542843 (or 0x542843) is unknown color: approx Loulou. HEX triplet: 54, 28 and 43. RGB value is (84,40,67). Sum of RGB (Red+Green+Blue) = 84+40+67=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #542843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542843 is #ABD7BC. Grayscale: #383838. Windows color (decimal): -11261885 or 4401236. OLE color: 4401236.

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

Color convert

RGB844067-
CMYK00.520.200.67
HSL323.18º35.48%24.31%-
HSV(B)323.18º52.38%32.94%-
XYZ5.433.815.76-
YUV56.23134.08147.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=43.98%
G=20.94%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84406700.520.200.67323.1835.4824.31
Hex54284303414431432318
Octal12450103064241035034330
Binary10101001010001000011011010010100100001110100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542843; }

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

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

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

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

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

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

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

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