#543349

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

Shades of Loulou #543349

Tints of Loulou #543349

Color information

#543349 (or 0x543349) is unknown color: approx Loulou. HEX triplet: 54, 33 and 49. RGB value is (84,51,73). Sum of RGB (Red+Green+Blue) = 84+51+73=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #543349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543349 is #ABCCB6. Grayscale: #3F3F3F. Windows color (decimal): -11259063 or 4797268. OLE color: 4797268.

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

Color convert

RGB845173-
CMYK00.390.130.67
HSL320º24.44%26.47%-
HSV(B)320º39.29%32.94%-
XYZ6.044.736.9-
YUV63.38133.43142.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=40.38%
G=24.52%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84517300.390.130.6732024.4426.47
Hex543349027D43140181a
Octal12463111047151035003032
Binary101010011001110010010100111110110000111010000001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543349; }

 p { color: rgb(84,51,73); }

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

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

 a { background-color: rgb(84,51,73); }

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

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

 span { border-color: rgb(84,51,73); }

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