#511346

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

Shades of Loulou #511346

Tints of Loulou #511346

Color information

#511346 (or 0x511346) is unknown color: approx Loulou. HEX triplet: 51, 13 and 46. RGB value is (81,19,70). Sum of RGB (Red+Green+Blue) = 81+19+70=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511346 is #AEECB9. Grayscale: #2B2B2B. Windows color (decimal): -11463866 or 4592465. OLE color: 4592465.

HSL color Cylindrical-coordinate representation of color #511346: hue angle of 310.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511346 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB811970-
CMYK00.770.140.68
HSL310.65º62%19.61%-
HSV(B)310.65º76.54%31.76%-
XYZ4.732.666.06-
YUV43.35143.04154.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=47.65%
G=11.18%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81197000.770.140.68310.656219.61
Hex51134604DE441373e14
Octal121231060115161044677624
Binary1010001100111000110010011011110100010010011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511346; }

 p { color: rgb(81,19,70); }

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

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

 a { background-color: rgb(81,19,70); }

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

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

 span { border-color: rgb(81,19,70); }

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