#501C4A

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

Shades of Loulou #501C4A

Tints of Loulou #501C4A

Color information

#501C4A (or 0x501C4A) is unknown color: approx Loulou. HEX triplet: 50, 1C and 4A. RGB value is (80,28,74). Sum of RGB (Red+Green+Blue) = 80+28+74=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #501C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C4A is #AFE3B5. Grayscale: #303030. Windows color (decimal): -11527094 or 4856912. OLE color: 4856912.

HSL color Cylindrical-coordinate representation of color #501C4A: hue angle of 306.92º 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 #501C4A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB802874-
CMYK00.650.080.69
HSL306.92º48.15%21.18%-
HSV(B)306.92º65%31.37%-
XYZ4.963.036.8-
YUV48.79142.23150.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=43.96%
G=15.38%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80287400.650.080.69306.9248.1521.18
Hex501C4A0418451333015
Octal120341120101101054636025
Binary1010000111001001010010000011000100010110011001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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