#54154D

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

Shades of Loulou #54154D

Tints of Loulou #54154D

Color information

#54154D (or 0x54154D) is unknown color: approx Loulou. HEX triplet: 54, 15 and 4D. RGB value is (84,21,77). Sum of RGB (Red+Green+Blue) = 84+21+77=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54154D is #ABEAB2. Grayscale: #2E2E2E. Windows color (decimal): -11266739 or 5051732. OLE color: 5051732.

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

Color convert

RGB842177-
CMYK00.750.080.67
HSL306.67º60%20.59%-
HSV(B)306.67º75%32.94%-
XYZ5.262.967.31-
YUV46.22145.37154.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=46.15%
G=11.54%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84217700.750.080.67306.676020.59
Hex54154D04B8431333c15
Octal124251150113101034637425
Binary1010100101011001101010010111000100001110011001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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