#511D49

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

Shades of Loulou #511D49

Tints of Loulou #511D49

Color information

#511D49 (or 0x511D49) is unknown color: approx Loulou. HEX triplet: 51, 1D and 49. RGB value is (81,29,73). Sum of RGB (Red+Green+Blue) = 81+29+73=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #511D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D49 is #AEE2B6. Grayscale: #313131. Windows color (decimal): -11461303 or 4791633. OLE color: 4791633.

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

Color convert

RGB812973-
CMYK00.640.100.68
HSL309.23º47.27%21.57%-
HSV(B)309.23º64.2%31.76%-
XYZ5.043.116.64-
YUV49.56141.23150.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=44.26%
G=15.85%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81297300.640.100.68309.2347.2721.57
Hex511D49040A441352f16
Octal121351110100121044655726
Binary1010001111011001001010000001010100010010011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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