Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard">
- <meta name="description" content="A small demonstration of an rgb color table.">
- <meta name="keywords" content="color, html, colorwheel, rgb, milwee">
- <link rel="shortcut icon" type="image/png" href="img\favicons\redhex.png">
- <link rel="stylesheet" type="text/css" href="css\5.6_hextable.css">
- <title>Red RGB Color Table</title>
- </head>
- <body>
- <center>
- <div stlye="width:100%; height:100px;">
- <h1>Red RGB Color Table</h1>
- </div>
- <br>
- <table border="1">
- <tr>
- <td id="box1" style="background-color:rgb(255,0,0);">
- <p><a target="blank" href="http://color.hailpixel.com/#FF0000,"><button>rgb(255,0,0)</button></a></p>
- </td>
- <td id="box2" style="background-color:rgb(200,0,0);">
- <p><a target="blank" href="http://color.hailpixel.com/#C80000,"><button>rgb(200,0,0)</button></a></p>
- </td>
- <td id="box3" style="background-color:rgb(150,0,0);">
- <p><a target="blank" href="http://color.hailpixel.com/#960000,"><button>rgb(150,0,0)</button></a></p>
- </td>
- <td id="box4" style="background-color:rgb(100,0,0);">
- <p><a target="blank" href="http://color.hailpixel.com/#640000,"><button>rgb(100,0,0)</button></a></p>
- </td>
- <td id="box5" style="background-color:rgb(50,0,0);">
- <p><a target="blank" href="http://color.hailpixel.com/#320000,"><button>rgb(50,0,0)</button></a></p>
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
Advertisement