#511845

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

Shades of Loulou #511845

Tints of Loulou #511845

Color information

#511845 (or 0x511845) is unknown color: approx Loulou. HEX triplet: 51, 18 and 45. RGB value is (81,24,69). Sum of RGB (Red+Green+Blue) = 81+24+69=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511845 is #AEE7BA. Grayscale: #2E2E2E. Windows color (decimal): -11462587 or 4528209. OLE color: 4528209.

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

Color convert

RGB812469-
CMYK00.700.150.68
HSL312.63º54.29%20.59%-
HSV(B)312.63º70.37%31.76%-
XYZ4.792.835.92-
YUV46.17140.88152.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=46.55%
G=13.79%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81246900.700.150.68312.6354.2920.59
Hex511845046F441393615
Octal121301050106171044716625
Binary1010001110001000101010001101111100010010011100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511845; }

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

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

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

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

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

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

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

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