#520F4A

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

Shades of Loulou #520F4A

Tints of Loulou #520F4A

Color information

#520F4A (or 0x520F4A) is unknown color: approx Loulou. HEX triplet: 52, 0F and 4A. RGB value is (82,15,74). Sum of RGB (Red+Green+Blue) = 82+15+74=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #520F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F4A is #ADF0B5. Grayscale: #292929. Windows color (decimal): -11399350 or 4853586. OLE color: 4853586.

HSL color Cylindrical-coordinate representation of color #520F4A: hue angle of 307.16º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F4A is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB821574-
CMYK00.820.100.68
HSL307.16º69.07%19.02%-
HSV(B)307.16º81.71%32.16%-
XYZ4.892.636.73-
YUV41.76146.2156.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=47.95%
G=8.77%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82157400.820.100.68307.1669.0719.02
Hex52F4A052A441334513
Octal1221711201221210446310523
Binary1010010111110010100101001010101000100100110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520F4A; }

 p { color: rgb(82,15,74); }

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

<style>
 a { background-color: #520F4A; }

 a { background-color: rgb(82,15,74); }

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

<style>
 span { border-color: #520F4A; }

 span { border-color: rgb(82,15,74); }

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