Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
maroon | 8B1908 | #8B1908 | 139, 25, 8 | 54.51, 9.8, 3.14 | 0, 82.01, 94.24, 45.49 | 7.7862595419847, 94.244604316547, 54.509803921569 |
Color #8b1908 is maroon. In RGB: 54.51, 9.8, 3.14. In CMYK: 0, 82.01, 94.24, 45.49.
div { background: #8b1908; color: #000; }
div { background: #8b1908; color: #fff; }
div { background: linear-gradient(to bottom, #6E0000 0%, #A9361F 100%); color: #000; }
div { background: linear-gradient(to bottom, #A9361F 0%, #6E0000 100%); color: #000; }
div { background: linear-gradient(to bottom, #6E0000 0%, #A9361F 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A9361F 0%, #6E0000 100%); color: #fff; }
div { border: 1px solid #8b1908; }
div { border: 5px solid #8b1908; }
div { border: 1px dashed #8b1908; }
div { border: 5px dashed #8b1908; }
div { border: 1px dotted #8b1908; }
div { border: 5px dotted #8b1908; }