#54324C

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

Shades of Loulou #54324C

Tints of Loulou #54324C

Color information

#54324C (or 0x54324C) is unknown color: approx Loulou. HEX triplet: 54, 32 and 4C. RGB value is (84,50,76). Sum of RGB (Red+Green+Blue) = 84+50+76=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54324C is #ABCDB3. Grayscale: #3F3F3F. Windows color (decimal): -11259316 or 4993620. OLE color: 4993620.

HSL color Cylindrical-coordinate representation of color #54324C: hue angle of 314.12º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54324C is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB845076-
CMYK00.400.100.67
HSL314.12º25.37%26.27%-
HSV(B)314.12º40.48%32.94%-
XYZ6.14.697.42-
YUV63.13135.26142.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=40%
G=23.81%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84507600.400.100.67314.1225.3726.27
Hex54324C028A4313a191a
Octal12462114050121034723132
Binary101010011001010011000101000101010000111001110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54324C; }

 p { color: rgb(84,50,76); }

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

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

 a { background-color: rgb(84,50,76); }

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

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

 span { border-color: rgb(84,50,76); }

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