#501949

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

Shades of Loulou #501949

Tints of Loulou #501949

Color information

#501949 (or 0x501949) is unknown color: approx Loulou. HEX triplet: 50, 19 and 49. RGB value is (80,25,73). Sum of RGB (Red+Green+Blue) = 80+25+73=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #501949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501949 is #AFE6B6. Grayscale: #2E2E2E. Windows color (decimal): -11527863 or 4790608. OLE color: 4790608.

HSL color Cylindrical-coordinate representation of color #501949: hue angle of 307.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501949 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB802573-
CMYK00.690.090.69
HSL307.64º52.38%20.59%-
HSV(B)307.64º68.75%31.37%-
XYZ4.862.886.6-
YUV46.92142.72151.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=44.94%
G=14.04%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80257300.690.090.69307.6452.3820.59
Hex5019490459451343415
Octal120311110105111054646425
Binary1010000110011001001010001011001100010110011010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501949; }

 p { color: rgb(80,25,73); }

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

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

 a { background-color: rgb(80,25,73); }

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

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

 span { border-color: rgb(80,25,73); }

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