Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Red Berry | 950A03 | #950A03 | 149, 10, 3 | 58.43, 3.92, 1.18 | 0, 93.29, 97.99, 41.57 | 2.8767123287671, 97.986577181208, 58.43137254902 |
Color #950a03 is Red Berry. In RGB: 58.43, 3.92, 1.18. In CMYK: 0, 93.29, 97.99, 41.57.
div { background: #950a03; color: #000; }
div { background: #950a03; color: #fff; }
div { background: linear-gradient(to bottom, #770000 0%, #B42F1B 100%); color: #000; }
div { background: linear-gradient(to bottom, #B42F1B 0%, #770000 100%); color: #000; }
div { background: linear-gradient(to bottom, #770000 0%, #B42F1B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #B42F1B 0%, #770000 100%); color: #fff; }
div { border: 1px solid #950a03; }
div { border: 5px solid #950a03; }
div { border: 1px dashed #950a03; }
div { border: 5px dashed #950a03; }
div { border: 1px dotted #950a03; }
div { border: 5px dotted #950a03; }