Shades of Burnt Crimson #5B1115
Tints of Burnt Crimson #5B1115
RGB
CMYK
RGB Variations
Color information
#5B1115 (or 0x5B1115) is known color: Burnt Crimson. HEX triplet: 5B, 11 and 15. RGB value is (91,17,21). Sum of RGB (Red+Green+Blue) = 91+17+21=129 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70.54% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1115 is #A4EEEA. Grayscale: #272727. Windows color (decimal): -10809067 or 1380699. OLE color: 1380699.
HSL color Cylindrical-coordinate representation of color #5B1115: hue angle of 356.76º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1115 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 21 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.64 |
| HSL | 356.76º | 0.69% | 0.21% | - |
| HSV(B) | 356.76º | 0.81% | 0.36% | - |
| XYZ | 4.65 | 2.68 | 0.98 | - |
| YUV | 39.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 21 | 0 | 0.81 | 0.77 | 0.64 | 356.76 | 0.69 | 0.21 |
| Hex | 5B | 11 | 15 | 0 | 51 | 4D | 40 | 165 | 45 | 15 |
| Octal | 133 | 21 | 25 | 0 | 121 | 115 | 100 | 545 | 105 | 25 |
| Binary | 1011011 | 10001 | 10101 | 0 | 1010001 | 1001101 | 1000000 | 101100101 | 1000101 | 10101 |
Color Harmonies of #5B1115
Complementary color
Monochromatic Colors of #5B1115
Black with #5B1115
Text Example
Text Example
White with #5B1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1115; }
p { color: rgb(91,17,21); }
H1.HeaderClassName
{
color: #5B1115;
}
.AnyTagClassName
{
color: #5B1115;
}
</style>
background-color css
<style>
a { background-color: #5B1115; }
a { background-color: rgb(91,17,21); }
div.DivClassName
{
background-color: #5B1115;
}
.BgClassName
{
background-color: #5B1115;
}
</style>
border-color css
<style>
span { border-color: #5B1115; }
span { border-color: rgb(91,17,21); }
td.TdClassName
{
border-color: #5B1115;
}
.TagClassName
{
border-color: #5B1115;
}
</style>