#511149

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

Shades of Loulou #511149

Tints of Loulou #511149

Color information

#511149 (or 0x511149) is unknown color: approx Loulou. HEX triplet: 51, 11 and 49. RGB value is (81,17,73). Sum of RGB (Red+Green+Blue) = 81+17+73=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511149 is #AEEEB6. Grayscale: #2A2A2A. Windows color (decimal): -11464375 or 4788561. OLE color: 4788561.

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

Color convert

RGB811773-
CMYK00.790.100.68
HSL307.5º65.31%19.22%-
HSV(B)307.5º79.01%31.76%-
XYZ4.82.636.56-
YUV42.52145.2155.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=47.37%
G=9.94%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81177300.790.100.68307.565.3119.22
Hex51114904FA441344113
Octal1212111101171210446410123
Binary10100011000110010010100111110101000100100110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511149; }

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

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

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

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

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

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

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

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