#54344D

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

Shades of Loulou #54344D

Tints of Loulou #54344D

Color information

#54344D (or 0x54344D) is unknown color: approx Loulou. HEX triplet: 54, 34 and 4D. RGB value is (84,52,77). Sum of RGB (Red+Green+Blue) = 84+52+77=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #54344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54344D is #ABCBB2. Grayscale: #404040. Windows color (decimal): -11258803 or 5059668. OLE color: 5059668.

HSL color Cylindrical-coordinate representation of color #54344D: hue angle of 313.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54344D is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB845277-
CMYK00.380.080.67
HSL313.12º23.53%26.67%-
HSV(B)313.12º38.1%32.94%-
XYZ6.224.887.63-
YUV64.42135.1141.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=39.44%
G=24.41%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84527700.380.080.67313.1223.5326.67
Hex54344D026843139181b
Octal12464115046101034713033
Binary101010011010010011010100110100010000111001110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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