#511849

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

Shades of Loulou #511849

Tints of Loulou #511849

Color information

#511849 (or 0x511849) is unknown color: approx Loulou. HEX triplet: 51, 18 and 49. RGB value is (81,24,73). Sum of RGB (Red+Green+Blue) = 81+24+73=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #511849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511849 is #AEE7B6. Grayscale: #2E2E2E. Windows color (decimal): -11462583 or 4790353. OLE color: 4790353.

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

Color convert

RGB812473-
CMYK00.700.100.68
HSL308.42º54.29%20.59%-
HSV(B)308.42º70.37%31.76%-
XYZ4.922.886.6-
YUV46.63142.88152.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=45.51%
G=13.48%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81247300.700.100.68308.4254.2920.59
Hex511849046A441343615
Octal121301110106121044646625
Binary1010001110001001001010001101010100010010011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511849; }

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

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

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

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

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

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

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

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