#521749

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

Shades of Loulou #521749

Tints of Loulou #521749

Color information

#521749 (or 0x521749) is unknown color: approx Loulou. HEX triplet: 52, 17 and 49. RGB value is (82,23,73). Sum of RGB (Red+Green+Blue) = 82+23+73=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #521749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521749 is #ADE8B6. Grayscale: #2E2E2E. Windows color (decimal): -11397303 or 4790098. OLE color: 4790098.

HSL color Cylindrical-coordinate representation of color #521749: hue angle of 309.15º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521749 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB822373-
CMYK00.720.110.68
HSL309.15º56.19%20.59%-
HSV(B)309.15º71.95%32.16%-
XYZ4.992.896.6-
YUV46.34143.05153.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=46.07%
G=12.92%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82237300.720.110.68309.1556.1920.59
Hex521749048B441353815
Octal122271110110131044657025
Binary1010010101111001001010010001011100010010011010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521749; }

 p { color: rgb(82,23,73); }

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

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

 a { background-color: rgb(82,23,73); }

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

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

 span { border-color: rgb(82,23,73); }

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