#501C44

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

Shades of Loulou #501C44

Tints of Loulou #501C44

Color information

#501C44 (or 0x501C44) is unknown color: approx Loulou. HEX triplet: 50, 1C and 44. RGB value is (80,28,68). Sum of RGB (Red+Green+Blue) = 80+28+68=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C44 is #AFE3BB. Grayscale: #303030. Windows color (decimal): -11527100 or 4463696. OLE color: 4463696.

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

Color convert

RGB802868-
CMYK00.650.150.69
HSL313.85º48.15%21.18%-
HSV(B)313.85º65%31.37%-
XYZ4.772.955.79-
YUV48.11139.23150.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 28 (11.33% from 255) = 15.91%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=45.45%
G=15.91%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80286800.650.150.69313.8548.1521.18
Hex501C44041F4513a3015
Octal120341040101171054726025
Binary1010000111001000100010000011111100010110011101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C44; }

 p { color: rgb(80,28,68); }

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

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

 a { background-color: rgb(80,28,68); }

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

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

 span { border-color: rgb(80,28,68); }

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