#511644

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

Shades of Loulou #511644

Tints of Loulou #511644

Color information

#511644 (or 0x511644) is unknown color: approx Loulou. HEX triplet: 51, 16 and 44. RGB value is (81,22,68). Sum of RGB (Red+Green+Blue) = 81+22+68=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511644 is #AEE9BB. Grayscale: #2C2C2C. Windows color (decimal): -11463100 or 4462161. OLE color: 4462161.

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

Color convert

RGB812268-
CMYK00.730.160.68
HSL313.22º57.28%20.2%-
HSV(B)313.22º72.84%31.76%-
XYZ4.722.745.75-
YUV44.88141.05153.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=47.37%
G=12.87%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81226800.730.160.68313.2257.2820.2
Hex51164404910441393914
Octal121261040111201044717124
Binary10100011011010001000100100110000100010010011100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511644; }

 p { color: rgb(81,22,68); }

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

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

 a { background-color: rgb(81,22,68); }

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

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

 span { border-color: rgb(81,22,68); }

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