#511447

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

Shades of Loulou #511447

Tints of Loulou #511447

Color information

#511447 (or 0x511447) is unknown color: approx Loulou. HEX triplet: 51, 14 and 47. RGB value is (81,20,71). Sum of RGB (Red+Green+Blue) = 81+20+71=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511447 is #AEEBB8. Grayscale: #2B2B2B. Windows color (decimal): -11463609 or 4658257. OLE color: 4658257.

HSL color Cylindrical-coordinate representation of color #511447: hue angle of 309.84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511447 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB812071-
CMYK00.750.120.68
HSL309.84º60.4%19.8%-
HSV(B)309.84º75.31%31.76%-
XYZ4.782.76.23-
YUV44.05143.21154.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=47.09%
G=11.63%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81207100.750.120.68309.8460.419.8
Hex51144704BC441363c14
Octal121241070113141044667424
Binary1010001101001000111010010111100100010010011011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511447; }

 p { color: rgb(81,20,71); }

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

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

 a { background-color: rgb(81,20,71); }

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

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

 span { border-color: rgb(81,20,71); }

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