#51194C

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

Shades of Loulou #51194C

Tints of Loulou #51194C

Color information

#51194C (or 0x51194C) is unknown color: approx Loulou. HEX triplet: 51, 19 and 4C. RGB value is (81,25,76). Sum of RGB (Red+Green+Blue) = 81+25+76=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #51194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51194C is #AEE6B3. Grayscale: #2F2F2F. Windows color (decimal): -11462324 or 4987217. OLE color: 4987217.

HSL color Cylindrical-coordinate representation of color #51194C: hue angle of 305.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51194C is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB812576-
CMYK00.690.060.68
HSL305.36º52.83%20.78%-
HSV(B)305.36º69.14%31.76%-
XYZ5.052.977.14-
YUV47.56144.05151.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=44.51%
G=13.74%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81257600.690.060.68305.3652.8320.78
Hex51194C0456441313515
Octal12131114010561044616525
Binary101000111001100110001000101110100010010011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51194C; }

 p { color: rgb(81,25,76); }

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

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

 a { background-color: rgb(81,25,76); }

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

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

 span { border-color: rgb(81,25,76); }

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