#511B42

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

Shades of Loulou #511B42

Tints of Loulou #511B42

Color information

#511B42 (or 0x511B42) is unknown color: approx Loulou. HEX triplet: 51, 1B and 42. RGB value is (81,27,66). Sum of RGB (Red+Green+Blue) = 81+27+66=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B42 is #AEE4BD. Grayscale: #2F2F2F. Windows color (decimal): -11461822 or 4332369. OLE color: 4332369.

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

Color convert

RGB812766-
CMYK00.670.190.68
HSL316.67º50%21.18%-
HSV(B)316.67º66.67%31.76%-
XYZ4.772.935.47-
YUV47.59138.39151.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=46.55%
G=15.52%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81276600.670.190.68316.675021.18
Hex511B42043134413d3215
Octal121331020103231044756225
Binary10100011101110000100100001110011100010010011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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