<!DOCTYPE html>
<title>My Example</title>
<style>
.filtered {
filter: hue-rotate(180deg);
}
</style>
<img src="/pix/samples/20s.jpg" alt="Sample image">
<img class="filtered" src="/pix/samples/20s.jpg" alt="Sample image">