#54224F

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

Shades of Loulou #54224F

Tints of Loulou #54224F

Color information

#54224F (or 0x54224F) is unknown color: approx Loulou. HEX triplet: 54, 22 and 4F. RGB value is (84,34,79). Sum of RGB (Red+Green+Blue) = 84+34+79=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54224F is #ABDDB0. Grayscale: #353535. Windows color (decimal): -11263409 or 5186132. OLE color: 5186132.

HSL color Cylindrical-coordinate representation of color #54224F: hue angle of 306º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54224F is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB843479-
CMYK00.600.060.67
HSL306º42.37%23.14%-
HSV(B)306º59.52%32.94%-
XYZ5.643.597.79-
YUV54.08142.06149.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=42.64%
G=17.26%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84347900.600.060.6730642.3723.14
Hex54224F03C6431322a17
Octal1244211707461034625227
Binary101010010001010011110111100110100001110011001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54224F; }

 p { color: rgb(84,34,79); }

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

<style>
 a { background-color: #54224F; }

 a { background-color: rgb(84,34,79); }

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

<style>
 span { border-color: #54224F; }

 span { border-color: rgb(84,34,79); }

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