#511A4B

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

Shades of Loulou #511A4B

Tints of Loulou #511A4B

Color information

#511A4B (or 0x511A4B) is unknown color: approx Loulou. HEX triplet: 51, 1A and 4B. RGB value is (81,26,75). Sum of RGB (Red+Green+Blue) = 81+26+75=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #511A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A4B is #AEE5B4. Grayscale: #2F2F2F. Windows color (decimal): -11462069 or 4921937. OLE color: 4921937.

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

Color convert

RGB812675-
CMYK00.680.070.68
HSL306.55º51.4%20.98%-
HSV(B)306.55º67.9%31.76%-
XYZ5.0336.97-
YUV48.03143.22151.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=44.51%
G=14.29%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81267500.680.070.68306.5551.420.98
Hex511A4B0447441333315
Octal12132113010471044636325
Binary101000111010100101101000100111100010010011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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