#521D4C

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

Shades of Loulou #521D4C

Tints of Loulou #521D4C

Color information

#521D4C (or 0x521D4C) is unknown color: approx Loulou. HEX triplet: 52, 1D and 4C. RGB value is (82,29,76). Sum of RGB (Red+Green+Blue) = 82+29+76=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #521D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D4C is #ADE2B3. Grayscale: #323232. Windows color (decimal): -11395764 or 4988242. OLE color: 4988242.

HSL color Cylindrical-coordinate representation of color #521D4C: hue angle of 306.79º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D4C is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB822976-
CMYK00.650.070.68
HSL306.79º47.75%21.76%-
HSV(B)306.79º64.63%32.16%-
XYZ5.223.197.18-
YUV50.2142.56150.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=43.85%
G=15.51%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82297600.650.070.68306.7947.7521.76
Hex521D4C0417441333016
Octal12235114010171044636026
Binary101001011101100110001000001111100010010011001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D4C; }

 p { color: rgb(82,29,76); }

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

<style>
 a { background-color: #521D4C; }

 a { background-color: rgb(82,29,76); }

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

<style>
 span { border-color: #521D4C; }

 span { border-color: rgb(82,29,76); }

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