#53204A

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

Shades of Loulou #53204A

Tints of Loulou #53204A

Color information

#53204A (or 0x53204A) is unknown color: approx Loulou. HEX triplet: 53, 20 and 4A. RGB value is (83,32,74). Sum of RGB (Red+Green+Blue) = 83+32+74=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #53204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53204A is #ACDFB5. Grayscale: #333333. Windows color (decimal): -11329462 or 4857939. OLE color: 4857939.

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

Color convert

RGB833274-
CMYK00.610.110.67
HSL310.59º44.35%22.55%-
HSV(B)310.59º61.45%32.55%-
XYZ5.323.376.85-
YUV52.04140.4150.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=43.92%
G=16.93%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83327400.610.110.67310.5944.3522.55
Hex53204A03DB431372c17
Octal12340112075131034675427
Binary1010011100000100101001111011011100001110011011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53204A; }

 p { color: rgb(83,32,74); }

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

<style>
 a { background-color: #53204A; }

 a { background-color: rgb(83,32,74); }

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

<style>
 span { border-color: #53204A; }

 span { border-color: rgb(83,32,74); }

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