Shades of Burnt Crimson #5B1315
Tints of Burnt Crimson #5B1315
RGB
CMYK
RGB Variations
Color information
#5B1315 (or 0x5B1315) is known color: Burnt Crimson. HEX triplet: 5B, 13 and 15. RGB value is (91,19,21). Sum of RGB (Red+Green+Blue) = 91+19+21=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1315 is #A4ECEA. Grayscale: #282828. Windows color (decimal): -10808555 or 1381211. OLE color: 1381211.
HSL color Cylindrical-coordinate representation of color #5B1315: hue angle of 358.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1315 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 21 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.64 |
| HSL | 358.33º | 0.65% | 0.22% | - |
| HSV(B) | 358.33º | 0.79% | 0.36% | - |
| XYZ | 4.68 | 2.74 | 0.99 | - |
| YUV | 40.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 21 | 0 | 0.79 | 0.77 | 0.64 | 358.33 | 0.65 | 0.22 |
| Hex | 5B | 13 | 15 | 0 | 4F | 4D | 40 | 166 | 41 | 16 |
| Octal | 133 | 23 | 25 | 0 | 117 | 115 | 100 | 546 | 101 | 26 |
| Binary | 1011011 | 10011 | 10101 | 0 | 1001111 | 1001101 | 1000000 | 101100110 | 1000001 | 10110 |
Color Harmonies of #5B1315
Complementary color
Monochromatic Colors of #5B1315
Black with #5B1315
Text Example
Text Example
White with #5B1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1315; }
p { color: rgb(91,19,21); }
H1.HeaderClassName
{
color: #5B1315;
}
.AnyTagClassName
{
color: #5B1315;
}
</style>
background-color css
<style>
a { background-color: #5B1315; }
a { background-color: rgb(91,19,21); }
div.DivClassName
{
background-color: #5B1315;
}
.BgClassName
{
background-color: #5B1315;
}
</style>
border-color css
<style>
span { border-color: #5B1315; }
span { border-color: rgb(91,19,21); }
td.TdClassName
{
border-color: #5B1315;
}
.TagClassName
{
border-color: #5B1315;
}
</style>