#511643

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

Shades of Loulou #511643

Tints of Loulou #511643

Color information

#511643 (or 0x511643) is unknown color: approx Loulou. HEX triplet: 51, 16 and 43. RGB value is (81,22,67). Sum of RGB (Red+Green+Blue) = 81+22+67=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511643 is #AEE9BC. Grayscale: #2C2C2C. Windows color (decimal): -11463101 or 4396625. OLE color: 4396625.

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

Color convert

RGB812267-
CMYK00.730.170.68
HSL314.24º57.28%20.2%-
HSV(B)314.24º72.84%31.76%-
XYZ4.692.735.59-
YUV44.77140.55153.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=47.65%
G=12.94%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81226700.730.170.68314.2457.2820.2
Hex511643049114413a3914
Octal121261030111211044727124
Binary10100011011010000110100100110001100010010011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511643; }

 p { color: rgb(81,22,67); }

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

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

 a { background-color: rgb(81,22,67); }

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

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

 span { border-color: rgb(81,22,67); }

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