#54364A

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

Shades of Loulou #54364A

Tints of Loulou #54364A

Color information

#54364A (or 0x54364A) is unknown color: approx Loulou. HEX triplet: 54, 36 and 4A. RGB value is (84,54,74). Sum of RGB (Red+Green+Blue) = 84+54+74=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54364A is #ABC9B5. Grayscale: #414141. Windows color (decimal): -11258294 or 4863572. OLE color: 4863572.

HSL color Cylindrical-coordinate representation of color #54364A: hue angle of 320º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54364A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB845474-
CMYK00.360.120.67
HSL320º21.74%27.06%-
HSV(B)320º35.71%32.94%-
XYZ6.215.027.12-
YUV65.25132.94141.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=39.62%
G=25.47%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84547400.360.120.6732021.7427.06
Hex54364A024C43140161b
Octal12466112044141035002633
Binary101010011011010010100100100110010000111010000001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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