#54124A

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

Shades of Loulou #54124A

Tints of Loulou #54124A

Color information

#54124A (or 0x54124A) is unknown color: approx Loulou. HEX triplet: 54, 12 and 4A. RGB value is (84,18,74). Sum of RGB (Red+Green+Blue) = 84+18+74=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54124A is #ABEDB5. Grayscale: #2B2B2B. Windows color (decimal): -11267510 or 4854356. OLE color: 4854356.

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

Color convert

RGB841874-
CMYK00.790.120.67
HSL309.09º64.71%20%-
HSV(B)309.09º78.57%32.94%-
XYZ5.112.816.75-
YUV44.12144.87156.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=47.73%
G=10.23%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84187400.790.120.67309.0964.7120
Hex54124A04FC431354114
Octal1242211201171410346510124
Binary10101001001010010100100111111001000011100110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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