#511246

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

Shades of Loulou #511246

Tints of Loulou #511246

Color information

#511246 (or 0x511246) is unknown color: approx Loulou. HEX triplet: 51, 12 and 46. RGB value is (81,18,70). Sum of RGB (Red+Green+Blue) = 81+18+70=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511246 is #AEEDB9. Grayscale: #2A2A2A. Windows color (decimal): -11464122 or 4592209. OLE color: 4592209.

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

Color convert

RGB811870-
CMYK00.780.140.68
HSL310.48º63.64%19.41%-
HSV(B)310.48º77.78%31.76%-
XYZ4.722.626.05-
YUV42.76143.37155.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=47.93%
G=10.65%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81187000.780.140.68310.4863.6419.41
Hex51124604EE441364013
Octal1212210601161610446610023
Binary10100011001010001100100111011101000100100110110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511246; }

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

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

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

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

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

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

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

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