#52204D

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

Shades of Loulou #52204D

Tints of Loulou #52204D

Color information

#52204D (or 0x52204D) is unknown color: approx Loulou. HEX triplet: 52, 20 and 4D. RGB value is (82,32,77). Sum of RGB (Red+Green+Blue) = 82+32+77=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52204D is #ADDFB2. Grayscale: #333333. Windows color (decimal): -11394995 or 5054546. OLE color: 5054546.

HSL color Cylindrical-coordinate representation of color #52204D: hue angle of 306º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52204D is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB823277-
CMYK00.610.060.68
HSL306º43.86%22.35%-
HSV(B)306º60.98%32.16%-
XYZ5.343.367.39-
YUV52.08142.06149.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=42.93%
G=16.75%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82327700.610.060.6830643.8622.35
Hex52204D03D6441322c16
Octal1224011507561044625426
Binary101001010000010011010111101110100010010011001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,32,77); }

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

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

 a { background-color: rgb(82,32,77); }

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

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

 span { border-color: rgb(82,32,77); }

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