#54194B

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

Shades of Loulou #54194B

Tints of Loulou #54194B

Color information

#54194B (or 0x54194B) is unknown color: approx Loulou. HEX triplet: 54, 19 and 4B. RGB value is (84,25,75). Sum of RGB (Red+Green+Blue) = 84+25+75=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54194B is #ABE6B4. Grayscale: #303030. Windows color (decimal): -11265717 or 4921684. OLE color: 4921684.

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

Color convert

RGB842575-
CMYK00.700.110.67
HSL309.15º54.13%21.37%-
HSV(B)309.15º70.24%32.94%-
XYZ5.273.096.97-
YUV48.34143.05153.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=45.65%
G=13.59%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84257500.700.110.67309.1554.1321.37
Hex54194B046B431353615
Octal124311130106131034656625
Binary1010100110011001011010001101011100001110011010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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