#543352

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

Shades of Loulou #543352

Tints of Loulou #543352

Color information

#543352 (or 0x543352) is unknown color: approx Loulou. HEX triplet: 54, 33 and 52. RGB value is (84,51,82). Sum of RGB (Red+Green+Blue) = 84+51+82=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #543352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543352 is #ABCCAD. Grayscale: #404040. Windows color (decimal): -11259054 or 5387092. OLE color: 5387092.

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

Color convert

RGB845182-
CMYK00.390.020.67
HSL303.64º24.44%26.47%-
HSV(B)303.64º39.29%32.94%-
XYZ6.364.868.59-
YUV64.4137.93141.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=38.71%
G=23.50%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84518200.390.020.67303.6424.4426.47
Hex543352027243130181a
Octal1246312204721034603032
Binary1010100110011101001001001111010000111001100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543352; }

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

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

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

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

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

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

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

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