#511646

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

Shades of Loulou #511646

Tints of Loulou #511646

Color information

#511646 (or 0x511646) is unknown color: approx Loulou. HEX triplet: 51, 16 and 46. RGB value is (81,22,70). Sum of RGB (Red+Green+Blue) = 81+22+70=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511646 is #AEE9B9. Grayscale: #2C2C2C. Windows color (decimal): -11463098 or 4593233. OLE color: 4593233.

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

Color convert

RGB812270-
CMYK00.730.140.68
HSL311.19º57.28%20.2%-
HSV(B)311.19º72.84%31.76%-
XYZ4.792.776.08-
YUV45.11142.05153.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=46.82%
G=12.72%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81227000.730.140.68311.1957.2820.2
Hex511646049E441373914
Octal121261060111161044677124
Binary1010001101101000110010010011110100010010011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511646; }

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

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

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

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

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

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

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

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