#54324E

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

Shades of Loulou #54324E

Tints of Loulou #54324E

Color information

#54324E (or 0x54324E) is unknown color: approx Loulou. HEX triplet: 54, 32 and 4E. RGB value is (84,50,78). Sum of RGB (Red+Green+Blue) = 84+50+78=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54324E is #ABCDB1. Grayscale: #3F3F3F. Windows color (decimal): -11259314 or 5124692. OLE color: 5124692.

HSL color Cylindrical-coordinate representation of color #54324E: hue angle of 310.59º 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 #54324E is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB845078-
CMYK00.400.070.67
HSL310.59º25.37%26.27%-
HSV(B)310.59º40.48%32.94%-
XYZ6.174.727.79-
YUV63.36136.26142.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=39.62%
G=23.58%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84507800.400.070.67310.5925.3726.27
Hex54324E028743137191a
Octal1246211605071034673132
Binary10101001100101001110010100011110000111001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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