#54214D

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

Shades of Loulou #54214D

Tints of Loulou #54214D

Color information

#54214D (or 0x54214D) is unknown color: approx Loulou. HEX triplet: 54, 21 and 4D. RGB value is (84,33,77). Sum of RGB (Red+Green+Blue) = 84+33+77=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54214D is #ABDEB2. Grayscale: #353535. Windows color (decimal): -11263667 or 5054804. OLE color: 5054804.

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

Color convert

RGB843377-
CMYK00.610.080.67
HSL308.24º43.59%22.94%-
HSV(B)308.24º60.71%32.94%-
XYZ5.543.517.41-
YUV53.26141.4149.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=43.30%
G=17.01%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84337700.610.080.67308.2443.5922.94
Hex54214D03D8431342c17
Octal12441115075101034645427
Binary1010100100001100110101111011000100001110011010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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