#511A42

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

Shades of Loulou #511A42

Tints of Loulou #511A42

Color information

#511A42 (or 0x511A42) is unknown color: approx Loulou. HEX triplet: 51, 1A and 42. RGB value is (81,26,66). Sum of RGB (Red+Green+Blue) = 81+26+66=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A42 is #AEE5BD. Grayscale: #2E2E2E. Windows color (decimal): -11462078 or 4332113. OLE color: 4332113.

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

Color convert

RGB812666-
CMYK00.680.190.68
HSL316.36º51.4%20.98%-
HSV(B)316.36º67.9%31.76%-
XYZ4.752.885.46-
YUV47138.72152.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=46.82%
G=15.03%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81266600.680.190.68316.3651.420.98
Hex511A42044134413c3315
Octal121321020104231044746325
Binary10100011101010000100100010010011100010010011110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A42; }

 p { color: rgb(81,26,66); }

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

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

 a { background-color: rgb(81,26,66); }

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

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

 span { border-color: rgb(81,26,66); }

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