#54374B

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

Shades of Loulou #54374B

Tints of Loulou #54374B

Color information

#54374B (or 0x54374B) is unknown color: approx Loulou. HEX triplet: 54, 37 and 4B. RGB value is (84,55,75). Sum of RGB (Red+Green+Blue) = 84+55+75=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54374B is #ABC8B4. Grayscale: #414141. Windows color (decimal): -11258037 or 4929364. OLE color: 4929364.

HSL color Cylindrical-coordinate representation of color #54374B: hue angle of 318.62º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54374B is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB845575-
CMYK00.350.110.67
HSL318.62º20.86%27.25%-
HSV(B)318.62º34.52%32.94%-
XYZ6.295.137.31-
YUV65.95133.11140.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=39.25%
G=25.70%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84557500.350.110.67318.6220.8627.25
Hex54374B023B4313f151b
Octal12467113043131034772533
Binary101010011011110010110100011101110000111001111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54374B; }

 p { color: rgb(84,55,75); }

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

<style>
 a { background-color: #54374B; }

 a { background-color: rgb(84,55,75); }

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

<style>
 span { border-color: #54374B; }

 span { border-color: rgb(84,55,75); }

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