#521449

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

Shades of Loulou #521449

Tints of Loulou #521449

Color information

#521449 (or 0x521449) is unknown color: approx Loulou. HEX triplet: 52, 14 and 49. RGB value is (82,20,73). Sum of RGB (Red+Green+Blue) = 82+20+73=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #521449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521449 is #ADEBB6. Grayscale: #2C2C2C. Windows color (decimal): -11398071 or 4789330. OLE color: 4789330.

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

Color convert

RGB822073-
CMYK00.760.110.68
HSL308.71º60.78%20%-
HSV(B)308.71º75.61%32.16%-
XYZ4.932.786.58-
YUV44.58144.04154.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=46.86%
G=11.43%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82207300.760.110.68308.7160.7820
Hex52144904CB441353d14
Octal122241110114131044657524
Binary1010010101001001001010011001011100010010011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521449; }

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

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

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

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

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

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

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

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