#54334A

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

Shades of Loulou #54334A

Tints of Loulou #54334A

Color information

#54334A (or 0x54334A) is unknown color: approx Loulou. HEX triplet: 54, 33 and 4A. RGB value is (84,51,74). Sum of RGB (Red+Green+Blue) = 84+51+74=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #54334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54334A is #ABCCB5. Grayscale: #3F3F3F. Windows color (decimal): -11259062 or 4862804. OLE color: 4862804.

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

Color convert

RGB845174-
CMYK00.390.120.67
HSL318.18º24.44%26.47%-
HSV(B)318.18º39.29%32.94%-
XYZ6.084.757.07-
YUV63.49133.93142.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=40.19%
G=24.40%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84517400.390.120.67318.1824.4426.47
Hex54334A027C4313e181a
Octal12463112047141034763032
Binary101010011001110010100100111110010000111001111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54334A; }

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

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

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

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

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

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

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

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