Shades of Burnt Crimson #5B1113
Tints of Burnt Crimson #5B1113
RGB
CMYK
RGB Variations
Color information
#5B1113 (or 0x5B1113) is known color: Burnt Crimson. HEX triplet: 5B, 11 and 13. RGB value is (91,17,19). Sum of RGB (Red+Green+Blue) = 91+17+19=127 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.65% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1113 is #A4EEEC. Grayscale: #272727. Windows color (decimal): -10809069 or 1249627. OLE color: 1249627.
HSL color Cylindrical-coordinate representation of color #5B1113: hue angle of 358.38º 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 #5B1113 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 19 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.64 |
| HSL | 358.38º | 0.69% | 0.21% | - |
| HSV(B) | 358.38º | 0.81% | 0.36% | - |
| XYZ | 4.63 | 2.67 | 0.89 | - |
| YUV | 39.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 19 | 0 | 0.81 | 0.79 | 0.64 | 358.38 | 0.69 | 0.21 |
| Hex | 5B | 11 | 13 | 0 | 51 | 4F | 40 | 166 | 45 | 15 |
| Octal | 133 | 21 | 23 | 0 | 121 | 117 | 100 | 546 | 105 | 25 |
| Binary | 1011011 | 10001 | 10011 | 0 | 1010001 | 1001111 | 1000000 | 101100110 | 1000101 | 10101 |
Color Harmonies of #5B1113
Complementary color
Monochromatic Colors of #5B1113
Black with #5B1113
Text Example
Text Example
White with #5B1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1113; }
p { color: rgb(91,17,19); }
H1.HeaderClassName
{
color: #5B1113;
}
.AnyTagClassName
{
color: #5B1113;
}
</style>
background-color css
<style>
a { background-color: #5B1113; }
a { background-color: rgb(91,17,19); }
div.DivClassName
{
background-color: #5B1113;
}
.BgClassName
{
background-color: #5B1113;
}
</style>
border-color css
<style>
span { border-color: #5B1113; }
span { border-color: rgb(91,17,19); }
td.TdClassName
{
border-color: #5B1113;
}
.TagClassName
{
border-color: #5B1113;
}
</style>