#501443

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

Shades of Loulou #501443

Tints of Loulou #501443

Color information

#501443 (or 0x501443) is unknown color: approx Loulou. HEX triplet: 50, 14 and 43. RGB value is (80,20,67). Sum of RGB (Red+Green+Blue) = 80+20+67=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501443 is #AFEBBC. Grayscale: #2B2B2B. Windows color (decimal): -11529149 or 4396112. OLE color: 4396112.

HSL color Cylindrical-coordinate representation of color #501443: hue angle of 313º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501443 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB802067-
CMYK00.750.160.69
HSL313º60%19.61%-
HSV(B)313º75%31.37%-
XYZ4.572.615.57-
YUV43.3141.38154.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=47.90%
G=11.98%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80206700.750.160.693136019.61
Hex50144304B10451393c14
Octal120241030113201054717424
Binary10100001010010000110100101110000100010110011100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501443; }

 p { color: rgb(80,20,67); }

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

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

 a { background-color: rgb(80,20,67); }

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

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

 span { border-color: rgb(80,20,67); }

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