#54194E

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

Shades of Loulou #54194E

Tints of Loulou #54194E

Color information

#54194E (or 0x54194E) is unknown color: approx Loulou. HEX triplet: 54, 19 and 4E. RGB value is (84,25,78). Sum of RGB (Red+Green+Blue) = 84+25+78=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54194E is #ABE6B1. Grayscale: #303030. Windows color (decimal): -11265714 or 5118292. OLE color: 5118292.

HSL color Cylindrical-coordinate representation of color #54194E: hue angle of 306.1º 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 #54194E is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB842578-
CMYK00.700.070.67
HSL306.1º54.13%21.37%-
HSV(B)306.1º70.24%32.94%-
XYZ5.383.137.53-
YUV48.68144.55153.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=44.92%
G=13.37%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84257800.700.070.67306.154.1321.37
Hex54194E0467431323615
Octal12431116010671034626625
Binary101010011001100111001000110111100001110011001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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