#501849

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

Shades of Loulou #501849

Tints of Loulou #501849

Color information

#501849 (or 0x501849) is unknown color: approx Loulou. HEX triplet: 50, 18 and 49. RGB value is (80,24,73). Sum of RGB (Red+Green+Blue) = 80+24+73=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #501849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501849 is #AFE7B6. Grayscale: #2E2E2E. Windows color (decimal): -11528119 or 4790352. OLE color: 4790352.

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

Color convert

RGB802473-
CMYK00.700.090.69
HSL307.5º53.85%20.39%-
HSV(B)307.5º70%31.37%-
XYZ4.842.846.6-
YUV46.33143.05152.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=45.20%
G=13.56%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80247300.700.090.69307.553.8520.39
Hex5018490469451343614
Octal120301110106111054646624
Binary1010000110001001001010001101001100010110011010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501849; }

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

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

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

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

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

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

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

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