summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/relative-rec2020-ref.html
blob: c2dbdccd85ce8a713d824294f6e35790d72174e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<meta charset=utf-8>
<link rel="author" href="mailto:chris@w3.org" title="Chris Lilley">
<style>
div {
  width: 100px;
  height: 100px;
}
div div {
  background-color: color(rec2020 0.23072 0.46956 0.08); /* rgb(-16.284% 54.0356% -5.7344%) */
  /* https://colorjs.io/apps/convert/?color=color(prophoto-rgb%200.23%200.43%200.13)&precision=6 */
}
</style>
<div>
  <div></div>
</div>