#54354B

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

Shades of Loulou #54354B

Tints of Loulou #54354B

Color information

#54354B (or 0x54354B) is unknown color: approx Loulou. HEX triplet: 54, 35 and 4B. RGB value is (84,53,75). Sum of RGB (Red+Green+Blue) = 84+53+75=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54354B is #ABCAB4. Grayscale: #404040. Windows color (decimal): -11258549 or 4928852. OLE color: 4928852.

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

Color convert

RGB845375-
CMYK00.370.110.67
HSL317.42º22.63%26.86%-
HSV(B)317.42º36.9%32.94%-
XYZ6.24.947.28-
YUV64.78133.77141.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=39.62%
G=25%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84537500.370.110.67317.4222.6326.86
Hex54354B025B4313d171b
Octal12465113045131034752733
Binary101010011010110010110100101101110000111001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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