#51144A

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

Shades of Loulou #51144A

Tints of Loulou #51144A

Color information

#51144A (or 0x51144A) is unknown color: approx Loulou. HEX triplet: 51, 14 and 4A. RGB value is (81,20,74). Sum of RGB (Red+Green+Blue) = 81+20+74=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51144A is #AEEBB5. Grayscale: #2C2C2C. Windows color (decimal): -11463606 or 4854865. OLE color: 4854865.

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

Color convert

RGB812074-
CMYK00.750.090.68
HSL306.89º60.4%19.8%-
HSV(B)306.89º75.31%31.76%-
XYZ4.882.746.75-
YUV44.4144.71154.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=46.29%
G=11.43%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81207400.750.090.68306.8960.419.8
Hex51144A04B9441333c14
Octal121241120113111044637424
Binary1010001101001001010010010111001100010010011001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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