#542847

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

Shades of Loulou #542847

Tints of Loulou #542847

Color information

#542847 (or 0x542847) is unknown color: approx Loulou. HEX triplet: 54, 28 and 47. RGB value is (84,40,71). Sum of RGB (Red+Green+Blue) = 84+40+71=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542847 is #ABD7B8. Grayscale: #383838. Windows color (decimal): -11261881 or 4663380. OLE color: 4663380.

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

Color convert

RGB844071-
CMYK00.520.150.67
HSL317.73º35.48%24.31%-
HSV(B)317.73º52.38%32.94%-
XYZ5.553.866.41-
YUV56.69136.08147.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=43.08%
G=20.51%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84407100.520.150.67317.7335.4824.31
Hex542847034F4313e2318
Octal12450107064171034764330
Binary1010100101000100011101101001111100001110011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542847; }

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

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

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

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

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

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

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

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