#511945

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

Shades of Loulou #511945

Tints of Loulou #511945

Color information

#511945 (or 0x511945) is unknown color: approx Loulou. HEX triplet: 51, 19 and 45. RGB value is (81,25,69). Sum of RGB (Red+Green+Blue) = 81+25+69=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511945 is #AEE6BA. Grayscale: #2E2E2E. Windows color (decimal): -11462331 or 4528465. OLE color: 4528465.

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

Color convert

RGB812569-
CMYK00.690.150.68
HSL312.86º52.83%20.78%-
HSV(B)312.86º69.14%31.76%-
XYZ4.822.875.93-
YUV46.76140.55152.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=46.29%
G=14.29%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81256900.690.150.68312.8652.8320.78
Hex511945045F441393515
Octal121311050105171044716525
Binary1010001110011000101010001011111100010010011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511945; }

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

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

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

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

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

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

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

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