#501A46

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

Shades of Loulou #501A46

Tints of Loulou #501A46

Color information

#501A46 (or 0x501A46) is unknown color: approx Loulou. HEX triplet: 50, 1A and 46. RGB value is (80,26,70). Sum of RGB (Red+Green+Blue) = 80+26+70=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A46 is #AFE5B9. Grayscale: #2F2F2F. Windows color (decimal): -11527610 or 4594256. OLE color: 4594256.

HSL color Cylindrical-coordinate representation of color #501A46: hue angle of 311.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A46 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB802670-
CMYK00.670.120.69
HSL311.11º50.94%20.78%-
HSV(B)311.11º67.5%31.37%-
XYZ4.782.896.1-
YUV47.16140.89151.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=45.45%
G=14.77%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80267000.670.120.69311.1150.9420.78
Hex501A46043C451373315
Octal120321060103141054676325
Binary1010000110101000110010000111100100010110011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,26,70); }

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

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

 a { background-color: rgb(80,26,70); }

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

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

 span { border-color: rgb(80,26,70); }

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