#54104C

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

Shades of Loulou #54104C

Tints of Loulou #54104C

Color information

#54104C (or 0x54104C) is unknown color: approx Loulou. HEX triplet: 54, 10 and 4C. RGB value is (84,16,76). Sum of RGB (Red+Green+Blue) = 84+16+76=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54104C is #ABEFB3. Grayscale: #2B2B2B. Windows color (decimal): -11268020 or 4984916. OLE color: 4984916.

HSL color Cylindrical-coordinate representation of color #54104C: hue angle of 307.06º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54104C is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB841676-
CMYK00.810.100.67
HSL307.06º68%19.61%-
HSV(B)307.06º80.95%32.94%-
XYZ5.152.787.1-
YUV43.17146.53157.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=47.73%
G=9.09%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84167600.810.100.67307.066819.61
Hex54104C051A431334414
Octal1242011401211210346310424
Binary10101001000010011000101000110101000011100110011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54104C; }

 p { color: rgb(84,16,76); }

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

<style>
 a { background-color: #54104C; }

 a { background-color: rgb(84,16,76); }

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

<style>
 span { border-color: #54104C; }

 span { border-color: rgb(84,16,76); }

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