#511345

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

Shades of Loulou #511345

Tints of Loulou #511345

Color information

#511345 (or 0x511345) is unknown color: approx Loulou. HEX triplet: 51, 13 and 45. RGB value is (81,19,69). Sum of RGB (Red+Green+Blue) = 81+19+69=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511345 is #AEECBA. Grayscale: #2B2B2B. Windows color (decimal): -11463867 or 4526929. OLE color: 4526929.

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

Color convert

RGB811969-
CMYK00.770.150.68
HSL311.61º62%19.61%-
HSV(B)311.61º76.54%31.76%-
XYZ4.72.645.89-
YUV43.24142.54154.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=47.93%
G=11.24%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81196900.770.150.68311.616219.61
Hex51134504DF441383e14
Octal121231050115171044707624
Binary1010001100111000101010011011111100010010011100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511345; }

 p { color: rgb(81,19,69); }

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

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

 a { background-color: rgb(81,19,69); }

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

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

 span { border-color: rgb(81,19,69); }

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