#54184E

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

Shades of Loulou #54184E

Tints of Loulou #54184E

Color information

#54184E (or 0x54184E) is unknown color: approx Loulou. HEX triplet: 54, 18 and 4E. RGB value is (84,24,78). Sum of RGB (Red+Green+Blue) = 84+24+78=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54184E is #ABE7B1. Grayscale: #2F2F2F. Windows color (decimal): -11265970 or 5118036. OLE color: 5118036.

HSL color Cylindrical-coordinate representation of color #54184E: hue angle of 306º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54184E is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB842478-
CMYK00.710.070.67
HSL306º55.56%21.18%-
HSV(B)306º71.43%32.94%-
XYZ5.363.097.52-
YUV48.1144.88153.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=45.16%
G=12.90%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84247800.710.070.6730655.5621.18
Hex54184E0477431323815
Octal12430116010771034627025
Binary101010011000100111001000111111100001110011001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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