Shades of Burnt Crimson #5B1114
Tints of Burnt Crimson #5B1114
RGB
CMYK
RGB Variations
Color information
#5B1114 (or 0x5B1114) is known color: Burnt Crimson. HEX triplet: 5B, 11 and 14. RGB value is (91,17,20). Sum of RGB (Red+Green+Blue) = 91+17+20=128 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.09% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1114 is #A4EEEB. Grayscale: #272727. Windows color (decimal): -10809068 or 1315163. OLE color: 1315163.
HSL color Cylindrical-coordinate representation of color #5B1114: hue angle of 357.57º 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 #5B1114 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 20 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.64 |
| HSL | 357.57º | 0.69% | 0.21% | - |
| HSV(B) | 357.57º | 0.81% | 0.36% | - |
| XYZ | 4.64 | 2.68 | 0.93 | - |
| YUV | 39.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 20 | 0 | 0.81 | 0.78 | 0.64 | 357.57 | 0.69 | 0.21 |
| Hex | 5B | 11 | 14 | 0 | 51 | 4E | 40 | 166 | 45 | 15 |
| Octal | 133 | 21 | 24 | 0 | 121 | 116 | 100 | 546 | 105 | 25 |
| Binary | 1011011 | 10001 | 10100 | 0 | 1010001 | 1001110 | 1000000 | 101100110 | 1000101 | 10101 |
Color Harmonies of #5B1114
Complementary color
Monochromatic Colors of #5B1114
Black with #5B1114
Text Example
Text Example
White with #5B1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1114; }
p { color: rgb(91,17,20); }
H1.HeaderClassName
{
color: #5B1114;
}
.AnyTagClassName
{
color: #5B1114;
}
</style>
background-color css
<style>
a { background-color: #5B1114; }
a { background-color: rgb(91,17,20); }
div.DivClassName
{
background-color: #5B1114;
}
.BgClassName
{
background-color: #5B1114;
}
</style>
border-color css
<style>
span { border-color: #5B1114; }
span { border-color: rgb(91,17,20); }
td.TdClassName
{
border-color: #5B1114;
}
.TagClassName
{
border-color: #5B1114;
}
</style>