#521448

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

Shades of Loulou #521448

Tints of Loulou #521448

Color information

#521448 (or 0x521448) is unknown color: approx Loulou. HEX triplet: 52, 14 and 48. RGB value is (82,20,72). Sum of RGB (Red+Green+Blue) = 82+20+72=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521448 is #ADEBB7. Grayscale: #2C2C2C. Windows color (decimal): -11398072 or 4723794. OLE color: 4723794.

HSL color Cylindrical-coordinate representation of color #521448: hue angle of 309.68º 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 #521448 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB822072-
CMYK00.760.120.68
HSL309.68º60.78%20%-
HSV(B)309.68º75.61%32.16%-
XYZ4.92.766.41-
YUV44.47143.54154.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=47.13%
G=11.49%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82207200.760.120.68309.6860.7820
Hex52144804CC441363d14
Octal122241100114141044667524
Binary1010010101001001000010011001100100010010011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521448; }

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

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

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

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

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

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

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

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