#54294A

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

Shades of Loulou #54294A

Tints of Loulou #54294A

Color information

#54294A (or 0x54294A) is unknown color: approx Loulou. HEX triplet: 54, 29 and 4A. RGB value is (84,41,74). Sum of RGB (Red+Green+Blue) = 84+41+74=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #54294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54294A is #ABD6B5. Grayscale: #393939. Windows color (decimal): -11261622 or 4860244. OLE color: 4860244.

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

Color convert

RGB844174-
CMYK00.510.120.67
HSL313.95º34.4%24.51%-
HSV(B)313.95º51.19%32.94%-
XYZ5.693.976.94-
YUV57.62137.25146.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=42.21%
G=20.60%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84417400.510.120.67313.9534.424.51
Hex54294A033C4313a2219
Octal12451112063141034724231
Binary1010100101001100101001100111100100001110011101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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