#511D4C

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

Shades of Loulou #511D4C

Tints of Loulou #511D4C

Color information

#511D4C (or 0x511D4C) is unknown color: approx Loulou. HEX triplet: 51, 1D and 4C. RGB value is (81,29,76). Sum of RGB (Red+Green+Blue) = 81+29+76=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #511D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D4C is #AEE2B3. Grayscale: #313131. Windows color (decimal): -11461300 or 4988241. OLE color: 4988241.

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

Color convert

RGB812976-
CMYK00.640.060.68
HSL305.77º47.27%21.57%-
HSV(B)305.77º64.2%31.76%-
XYZ5.143.157.17-
YUV49.91142.73150.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=43.55%
G=15.59%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81297600.640.060.68305.7747.2721.57
Hex511D4C0406441322f16
Octal12135114010061044625726
Binary101000111101100110001000000110100010010011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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