#511445

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

Shades of Loulou #511445

Tints of Loulou #511445

Color information

#511445 (or 0x511445) is unknown color: approx Loulou. HEX triplet: 51, 14 and 45. RGB value is (81,20,69). Sum of RGB (Red+Green+Blue) = 81+20+69=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511445 is #AEEBBA. Grayscale: #2B2B2B. Windows color (decimal): -11463611 or 4527185. OLE color: 4527185.

HSL color Cylindrical-coordinate representation of color #511445: hue angle of 311.8º 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 #511445 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB812069-
CMYK00.750.150.68
HSL311.8º60.4%19.8%-
HSV(B)311.8º75.31%31.76%-
XYZ4.722.685.9-
YUV43.82142.21154.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=47.65%
G=11.76%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81206900.750.150.68311.860.419.8
Hex51144504BF441383c14
Octal121241050113171044707424
Binary1010001101001000101010010111111100010010011100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511445; }

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

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

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

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

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

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

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

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