#54324B

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

Shades of Loulou #54324B

Tints of Loulou #54324B

Color information

#54324B (or 0x54324B) is unknown color: approx Loulou. HEX triplet: 54, 32 and 4B. RGB value is (84,50,75). Sum of RGB (Red+Green+Blue) = 84+50+75=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #54324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54324B is #ABCDB4. Grayscale: #3E3E3E. Windows color (decimal): -11259317 or 4928084. OLE color: 4928084.

HSL color Cylindrical-coordinate representation of color #54324B: hue angle of 315.88º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54324B is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB845075-
CMYK00.400.110.67
HSL315.88º25.37%26.27%-
HSV(B)315.88º40.48%32.94%-
XYZ6.074.677.24-
YUV63.02134.76142.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=40.19%
G=23.92%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84507500.400.110.67315.8825.3726.27
Hex54324B028B4313c191a
Octal12462113050131034743132
Binary101010011001010010110101000101110000111001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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