#521547

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

Shades of Loulou #521547

Tints of Loulou #521547

Color information

#521547 (or 0x521547) is unknown color: approx Loulou. HEX triplet: 52, 15 and 47. RGB value is (82,21,71). Sum of RGB (Red+Green+Blue) = 82+21+71=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521547 is #ADEAB8. Grayscale: #2C2C2C. Windows color (decimal): -11397817 or 4658514. OLE color: 4658514.

HSL color Cylindrical-coordinate representation of color #521547: hue angle of 310.82º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521547 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB822171-
CMYK00.740.130.68
HSL310.82º59.22%20.2%-
HSV(B)310.82º74.39%32.16%-
XYZ4.892.796.24-
YUV44.94142.71154.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=47.13%
G=12.07%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82217100.740.130.68310.8259.2220.2
Hex52154704AD441373b14
Octal122251070112151044677324
Binary1010010101011000111010010101101100010010011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521547; }

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

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

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

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

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

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

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

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