#54324D

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

Shades of Loulou #54324D

Tints of Loulou #54324D

Color information

#54324D (or 0x54324D) is unknown color: approx Loulou. HEX triplet: 54, 32 and 4D. RGB value is (84,50,77). Sum of RGB (Red+Green+Blue) = 84+50+77=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54324D is #ABCDB2. Grayscale: #3F3F3F. Windows color (decimal): -11259315 or 5059156. OLE color: 5059156.

HSL color Cylindrical-coordinate representation of color #54324D: hue angle of 312.35º 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 #54324D is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB845077-
CMYK00.400.080.67
HSL312.35º25.37%26.27%-
HSV(B)312.35º40.48%32.94%-
XYZ6.144.77.61-
YUV63.24135.76142.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=39.81%
G=23.70%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84507700.400.080.67312.3525.3726.27
Hex54324D028843138191a
Octal12462115050101034703132
Binary101010011001010011010101000100010000111001110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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