#511948

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

Shades of Loulou #511948

Tints of Loulou #511948

Color information

#511948 (or 0x511948) is unknown color: approx Loulou. HEX triplet: 51, 19 and 48. RGB value is (81,25,72). Sum of RGB (Red+Green+Blue) = 81+25+72=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511948 is #AEE6B7. Grayscale: #2E2E2E. Windows color (decimal): -11462328 or 4725073. OLE color: 4725073.

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

Color convert

RGB812572-
CMYK00.690.110.68
HSL309.64º52.83%20.78%-
HSV(B)309.64º69.14%31.76%-
XYZ4.912.916.43-
YUV47.1142.05152.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=45.51%
G=14.04%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81257200.690.110.68309.6452.8320.78
Hex511948045B441363515
Octal121311100105131044666525
Binary1010001110011001000010001011011100010010011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511948; }

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

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

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

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

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

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

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

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