#511B41

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

Shades of Loulou #511B41

Tints of Loulou #511B41

Color information

#511B41 (or 0x511B41) is unknown color: approx Loulou. HEX triplet: 51, 1B and 41. RGB value is (81,27,65). Sum of RGB (Red+Green+Blue) = 81+27+65=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B41 is #AEE4BE. Grayscale: #2F2F2F. Windows color (decimal): -11461823 or 4266833. OLE color: 4266833.

HSL color Cylindrical-coordinate representation of color #511B41: hue angle of 317.78º 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 #511B41 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB812765-
CMYK00.670.200.68
HSL317.78º50%21.18%-
HSV(B)317.78º66.67%31.76%-
XYZ4.742.915.31-
YUV47.48137.89151.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=46.82%
G=15.61%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81276500.670.200.68317.785021.18
Hex511B41043144413e3215
Octal121331010103241044766225
Binary10100011101110000010100001110100100010010011111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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