#51164A

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

Shades of Loulou #51164A

Tints of Loulou #51164A

Color information

#51164A (or 0x51164A) is unknown color: approx Loulou. HEX triplet: 51, 16 and 4A. RGB value is (81,22,74). Sum of RGB (Red+Green+Blue) = 81+22+74=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51164A is #AEE9B5. Grayscale: #2D2D2D. Windows color (decimal): -11463094 or 4855377. OLE color: 4855377.

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

Color convert

RGB812274-
CMYK00.730.090.68
HSL307.12º57.28%20.2%-
HSV(B)307.12º72.84%31.76%-
XYZ4.922.826.76-
YUV45.57144.05153.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=45.76%
G=12.43%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81227400.730.090.68307.1257.2820.2
Hex51164A0499441333914
Octal121261120111111044637124
Binary1010001101101001010010010011001100010010011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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