#511B48

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

Shades of Loulou #511B48

Tints of Loulou #511B48

Color information

#511B48 (or 0x511B48) is unknown color: approx Loulou. HEX triplet: 51, 1B and 48. RGB value is (81,27,72). Sum of RGB (Red+Green+Blue) = 81+27+72=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #511B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B48 is #AEE4B7. Grayscale: #303030. Windows color (decimal): -11461816 or 4725585. OLE color: 4725585.

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

Color convert

RGB812772-
CMYK00.670.110.68
HSL310º50%21.18%-
HSV(B)310º66.67%31.76%-
XYZ4.9536.45-
YUV48.28141.39151.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 72 (28.52% from 255) = 40%
R=45%
G=15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81277200.670.110.683105021.18
Hex511B48043B441363215
Octal121331100103131044666225
Binary1010001110111001000010000111011100010010011011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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