#511D48

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

Shades of Loulou #511D48

Tints of Loulou #511D48

Color information

#511D48 (or 0x511D48) is unknown color: approx Loulou. HEX triplet: 51, 1D and 48. RGB value is (81,29,72). Sum of RGB (Red+Green+Blue) = 81+29+72=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #511D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D48 is #AEE2B7. Grayscale: #313131. Windows color (decimal): -11461304 or 4726097. OLE color: 4726097.

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

Color convert

RGB812972-
CMYK00.640.110.68
HSL310.38º47.27%21.57%-
HSV(B)310.38º64.2%31.76%-
XYZ53.16.46-
YUV49.45140.73150.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=44.51%
G=15.93%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81297200.640.110.68310.3847.2721.57
Hex511D48040B441362f16
Octal121351100100131044665726
Binary1010001111011001000010000001011100010010011011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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