Shades of Burnt Crimson #5B1519
Tints of Burnt Crimson #5B1519
RGB
CMYK
RGB Variations
Color information
#5B1519 (or 0x5B1519) is known color: Burnt Crimson. HEX triplet: 5B, 15 and 19. RGB value is (91,21,25). Sum of RGB (Red+Green+Blue) = 91+21+25=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1519 is #A4EAE6. Grayscale: #2A2A2A. Windows color (decimal): -10808039 or 1643867. OLE color: 1643867.
HSL color Cylindrical-coordinate representation of color #5B1519: hue angle of 356.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1519 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 25 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.64 |
| HSL | 356.57º | 0.63% | 0.22% | - |
| HSV(B) | 356.57º | 0.77% | 0.36% | - |
| XYZ | 4.76 | 2.83 | 1.22 | - |
| YUV | 42.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 25 | 0 | 0.77 | 0.73 | 0.64 | 356.57 | 0.63 | 0.22 |
| Hex | 5B | 15 | 19 | 0 | 4D | 49 | 40 | 165 | 3E | 16 |
| Octal | 133 | 25 | 31 | 0 | 115 | 111 | 100 | 545 | 76 | 26 |
| Binary | 1011011 | 10101 | 11001 | 0 | 1001101 | 1001001 | 1000000 | 101100101 | 111110 | 10110 |
Color Harmonies of #5B1519
Complementary color
Monochromatic Colors of #5B1519
Black with #5B1519
Text Example
Text Example
White with #5B1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1519; }
p { color: rgb(91,21,25); }
H1.HeaderClassName
{
color: #5B1519;
}
.AnyTagClassName
{
color: #5B1519;
}
</style>
background-color css
<style>
a { background-color: #5B1519; }
a { background-color: rgb(91,21,25); }
div.DivClassName
{
background-color: #5B1519;
}
.BgClassName
{
background-color: #5B1519;
}
</style>
border-color css
<style>
span { border-color: #5B1519; }
span { border-color: rgb(91,21,25); }
td.TdClassName
{
border-color: #5B1519;
}
.TagClassName
{
border-color: #5B1519;
}
</style>