#511A48

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

Shades of Loulou #511A48

Tints of Loulou #511A48

Color information

#511A48 (or 0x511A48) is unknown color: approx Loulou. HEX triplet: 51, 1A and 48. RGB value is (81,26,72). Sum of RGB (Red+Green+Blue) = 81+26+72=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #511A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A48 is #AEE5B7. Grayscale: #2F2F2F. Windows color (decimal): -11462072 or 4725329. OLE color: 4725329.

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

Color convert

RGB812672-
CMYK00.680.110.68
HSL309.82º51.4%20.98%-
HSV(B)309.82º67.9%31.76%-
XYZ4.932.966.44-
YUV47.69141.72151.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=45.25%
G=14.53%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81267200.680.110.68309.8251.420.98
Hex511A48044B441363315
Octal121321100104131044666325
Binary1010001110101001000010001001011100010010011011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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