#51114A

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

Shades of Loulou #51114A

Tints of Loulou #51114A

Color information

#51114A (or 0x51114A) is unknown color: approx Loulou. HEX triplet: 51, 11 and 4A. RGB value is (81,17,74). Sum of RGB (Red+Green+Blue) = 81+17+74=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #51114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51114A is #AEEEB5. Grayscale: #2A2A2A. Windows color (decimal): -11464374 or 4854097. OLE color: 4854097.

HSL color Cylindrical-coordinate representation of color #51114A: hue angle of 306.56º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51114A is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB811774-
CMYK00.790.090.68
HSL306.56º65.31%19.22%-
HSV(B)306.56º79.01%31.76%-
XYZ4.832.646.73-
YUV42.63145.7155.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=47.09%
G=9.88%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81177400.790.090.68306.5665.3119.22
Hex51114A04F9441334113
Octal1212111201171110446310123
Binary10100011000110010100100111110011000100100110011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51114A; }

 p { color: rgb(81,17,74); }

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

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

 a { background-color: rgb(81,17,74); }

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

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

 span { border-color: rgb(81,17,74); }

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