#511A47

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

Shades of Loulou #511A47

Tints of Loulou #511A47

Color information

#511A47 (or 0x511A47) is unknown color: approx Loulou. HEX triplet: 51, 1A and 47. RGB value is (81,26,71). Sum of RGB (Red+Green+Blue) = 81+26+71=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A47 is #AEE5B8. Grayscale: #2F2F2F. Windows color (decimal): -11462073 or 4659793. OLE color: 4659793.

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

Color convert

RGB812671-
CMYK00.680.120.68
HSL310.91º51.4%20.98%-
HSV(B)310.91º67.9%31.76%-
XYZ4.92.946.27-
YUV47.58141.22151.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=45.51%
G=14.61%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81267100.680.120.68310.9151.420.98
Hex511A47044C441373315
Octal121321070104141044676325
Binary1010001110101000111010001001100100010010011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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