#51134A

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

Shades of Loulou #51134A

Tints of Loulou #51134A

Color information

#51134A (or 0x51134A) is unknown color: approx Loulou. HEX triplet: 51, 13 and 4A. RGB value is (81,19,74). Sum of RGB (Red+Green+Blue) = 81+19+74=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #51134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51134A is #AEECB5. Grayscale: #2B2B2B. Windows color (decimal): -11463862 or 4854609. OLE color: 4854609.

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

Color convert

RGB811974-
CMYK00.770.090.68
HSL306.77º62%19.61%-
HSV(B)306.77º76.54%31.76%-
XYZ4.862.716.75-
YUV43.81145.04154.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=46.55%
G=10.92%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81197400.770.090.68306.776219.61
Hex51134A04D9441333e14
Octal121231120115111044637624
Binary1010001100111001010010011011001100010010011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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