#54194D

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

Shades of Loulou #54194D

Tints of Loulou #54194D

Color information

#54194D (or 0x54194D) is unknown color: approx Loulou. HEX triplet: 54, 19 and 4D. RGB value is (84,25,77). Sum of RGB (Red+Green+Blue) = 84+25+77=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54194D is #ABE6B2. Grayscale: #303030. Windows color (decimal): -11265715 or 5052756. OLE color: 5052756.

HSL color Cylindrical-coordinate representation of color #54194D: hue angle of 307.12º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54194D is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB842577-
CMYK00.700.080.67
HSL307.12º54.13%21.37%-
HSV(B)307.12º70.24%32.94%-
XYZ5.343.127.34-
YUV48.57144.05153.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=45.16%
G=13.44%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84257700.700.080.67307.1254.1321.37
Hex54194D0468431333615
Octal124311150106101034636625
Binary1010100110011001101010001101000100001110011001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54194D; }

 p { color: rgb(84,25,77); }

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

<style>
 a { background-color: #54194D; }

 a { background-color: rgb(84,25,77); }

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

<style>
 span { border-color: #54194D; }

 span { border-color: rgb(84,25,77); }

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