#511A44

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

Shades of Loulou #511A44

Tints of Loulou #511A44

Color information

#511A44 (or 0x511A44) is unknown color: approx Loulou. HEX triplet: 51, 1A and 44. RGB value is (81,26,68). Sum of RGB (Red+Green+Blue) = 81+26+68=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A44 is #AEE5BB. Grayscale: #2F2F2F. Windows color (decimal): -11462076 or 4463185. OLE color: 4463185.

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

Color convert

RGB812668-
CMYK00.680.160.68
HSL314.18º51.4%20.98%-
HSV(B)314.18º67.9%31.76%-
XYZ4.812.915.78-
YUV47.23139.72152.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=46.29%
G=14.86%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81266800.680.160.68314.1851.420.98
Hex511A44044104413a3315
Octal121321040104201044726325
Binary10100011101010001000100010010000100010010011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A44; }

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

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

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

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

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

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

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

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