#511446

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

Shades of Loulou #511446

Tints of Loulou #511446

Color information

#511446 (or 0x511446) is unknown color: approx Loulou. HEX triplet: 51, 14 and 46. RGB value is (81,20,70). Sum of RGB (Red+Green+Blue) = 81+20+70=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511446 is #AEEBB9. Grayscale: #2B2B2B. Windows color (decimal): -11463610 or 4592721. OLE color: 4592721.

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

Color convert

RGB812070-
CMYK00.750.140.68
HSL310.82º60.4%19.8%-
HSV(B)310.82º75.31%31.76%-
XYZ4.752.696.06-
YUV43.94142.71154.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=47.37%
G=11.70%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81207000.750.140.68310.8260.419.8
Hex51144604BE441373c14
Octal121241060113161044677424
Binary1010001101001000110010010111110100010010011011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511446; }

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

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

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

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

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

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

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

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