#521D47

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

Shades of Loulou #521D47

Tints of Loulou #521D47

Color information

#521D47 (or 0x521D47) is unknown color: approx Loulou. HEX triplet: 52, 1D and 47. RGB value is (82,29,71). Sum of RGB (Red+Green+Blue) = 82+29+71=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #521D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D47 is #ADE2B8. Grayscale: #313131. Windows color (decimal): -11395769 or 4660562. OLE color: 4660562.

HSL color Cylindrical-coordinate representation of color #521D47: hue angle of 312.45º 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 #521D47 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB822971-
CMYK00.650.130.68
HSL312.45º47.75%21.76%-
HSV(B)312.45º64.63%32.16%-
XYZ5.063.136.3-
YUV49.64140.06151.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=45.05%
G=15.93%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82297100.650.130.68312.4547.7521.76
Hex521D47041D441383016
Octal122351070101151044706026
Binary1010010111011000111010000011101100010010011100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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