Shades of Burnt Crimson #5B191C
Tints of Burnt Crimson #5B191C
RGB
CMYK
RGB Variations
Color information
#5B191C (or 0x5B191C) is known color: Burnt Crimson. HEX triplet: 5B, 19 and 1C. RGB value is (91,25,28). Sum of RGB (Red+Green+Blue) = 91+25+28=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B191C is #A4E6E3. Grayscale: #2D2D2D. Windows color (decimal): -10807012 or 1841499. OLE color: 1841499.
HSL color Cylindrical-coordinate representation of color #5B191C: hue angle of 357.27º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B191C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 28 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.64 |
| HSL | 357.27º | 0.57% | 0.23% | - |
| HSV(B) | 357.27º | 0.73% | 0.36% | - |
| XYZ | 4.87 | 3 | 1.42 | - |
| YUV | 45.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 28 | 0 | 0.73 | 0.69 | 0.64 | 357.27 | 0.57 | 0.23 |
| Hex | 5B | 19 | 1C | 0 | 49 | 45 | 40 | 165 | 39 | 17 |
| Octal | 133 | 31 | 34 | 0 | 111 | 105 | 100 | 545 | 71 | 27 |
| Binary | 1011011 | 11001 | 11100 | 0 | 1001001 | 1000101 | 1000000 | 101100101 | 111001 | 10111 |
Color Harmonies of #5B191C
Complementary color
Monochromatic Colors of #5B191C
Black with #5B191C
Text Example
Text Example
White with #5B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B191C; }
p { color: rgb(91,25,28); }
H1.HeaderClassName
{
color: #5B191C;
}
.AnyTagClassName
{
color: #5B191C;
}
</style>
background-color css
<style>
a { background-color: #5B191C; }
a { background-color: rgb(91,25,28); }
div.DivClassName
{
background-color: #5B191C;
}
.BgClassName
{
background-color: #5B191C;
}
</style>
border-color css
<style>
span { border-color: #5B191C; }
span { border-color: rgb(91,25,28); }
td.TdClassName
{
border-color: #5B191C;
}
.TagClassName
{
border-color: #5B191C;
}
</style>