#511846

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

Shades of Loulou #511846

Tints of Loulou #511846

Color information

#511846 (or 0x511846) is unknown color: approx Loulou. HEX triplet: 51, 18 and 46. RGB value is (81,24,70). Sum of RGB (Red+Green+Blue) = 81+24+70=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511846 is #AEE7B9. Grayscale: #2E2E2E. Windows color (decimal): -11462586 or 4593745. OLE color: 4593745.

HSL color Cylindrical-coordinate representation of color #511846: hue angle of 311.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511846 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB812470-
CMYK00.700.140.68
HSL311.58º54.29%20.59%-
HSV(B)311.58º70.37%31.76%-
XYZ4.832.846.09-
YUV46.29141.38152.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 70 (27.73% from 255) = 40%
R=46.29%
G=13.71%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81247000.700.140.68311.5854.2920.59
Hex511846046E441383615
Octal121301060106161044706625
Binary1010001110001000110010001101110100010010011100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511846; }

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

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

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

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

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

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

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

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