#501344

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

Shades of Loulou #501344

Tints of Loulou #501344

Color information

#501344 (or 0x501344) is unknown color: approx Loulou. HEX triplet: 50, 13 and 44. RGB value is (80,19,68). Sum of RGB (Red+Green+Blue) = 80+19+68=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501344 is #AFECBB. Grayscale: #2A2A2A. Windows color (decimal): -11529404 or 4461392. OLE color: 4461392.

HSL color Cylindrical-coordinate representation of color #501344: hue angle of 311.8º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501344 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB801968-
CMYK00.760.150.69
HSL311.8º61.62%19.41%-
HSV(B)311.8º76.25%31.37%-
XYZ4.582.595.73-
YUV42.82142.21154.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=47.90%
G=11.38%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80196800.760.150.69311.861.6219.41
Hex50134404CF451383e13
Octal120231040114171054707623
Binary1010000100111000100010011001111100010110011100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501344; }

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

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

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

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

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

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

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

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