#54214E

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

Shades of Loulou #54214E

Tints of Loulou #54214E

Color information

#54214E (or 0x54214E) is unknown color: approx Loulou. HEX triplet: 54, 21 and 4E. RGB value is (84,33,78). Sum of RGB (Red+Green+Blue) = 84+33+78=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54214E is #ABDEB1. Grayscale: #353535. Windows color (decimal): -11263666 or 5120340. OLE color: 5120340.

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

Color convert

RGB843378-
CMYK00.610.070.67
HSL307.06º43.59%22.94%-
HSV(B)307.06º60.71%32.94%-
XYZ5.583.527.59-
YUV53.38141.9149.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 78 (30.86% from 255) = 40%
R=43.08%
G=16.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84337800.610.070.67307.0643.5922.94
Hex54214E03D7431332c17
Octal1244111607571034635427
Binary101010010000110011100111101111100001110011001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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