#511A4C

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

Shades of Loulou #511A4C

Tints of Loulou #511A4C

Color information

#511A4C (or 0x511A4C) is unknown color: approx Loulou. HEX triplet: 51, 1A and 4C. RGB value is (81,26,76). Sum of RGB (Red+Green+Blue) = 81+26+76=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #511A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A4C is #AEE5B3. Grayscale: #303030. Windows color (decimal): -11462068 or 4987473. OLE color: 4987473.

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

Color convert

RGB812676-
CMYK00.680.060.68
HSL305.45º51.4%20.98%-
HSV(B)305.45º67.9%31.76%-
XYZ5.073.017.15-
YUV48.14143.72151.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=44.26%
G=14.21%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81267600.680.060.68305.4551.420.98
Hex511A4C0446441313315
Octal12132114010461044616325
Binary101000111010100110001000100110100010010011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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