#54284A

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

Shades of Loulou #54284A

Tints of Loulou #54284A

Color information

#54284A (or 0x54284A) is unknown color: approx Loulou. HEX triplet: 54, 28 and 4A. RGB value is (84,40,74). Sum of RGB (Red+Green+Blue) = 84+40+74=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54284A is #ABD7B5. Grayscale: #383838. Windows color (decimal): -11261878 or 4859988. OLE color: 4859988.

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

Color convert

RGB844074-
CMYK00.520.120.67
HSL313.64º35.48%24.31%-
HSV(B)313.64º52.38%32.94%-
XYZ5.653.96.93-
YUV57.03137.58147.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=42.42%
G=20.20%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84407400.520.120.67313.6435.4824.31
Hex54284A034C4313a2318
Octal12450112064141034724330
Binary1010100101000100101001101001100100001110011101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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