Shades of Burnt Crimson #5B1920
Tints of Burnt Crimson #5B1920
RGB
CMYK
RGB Variations
Color information
#5B1920 (or 0x5B1920) is known color: Burnt Crimson. HEX triplet: 5B, 19 and 20. RGB value is (91,25,32). Sum of RGB (Red+Green+Blue) = 91+25+32=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1920 is #A4E6DF. Grayscale: #2D2D2D. Windows color (decimal): -10807008 or 2103643. OLE color: 2103643.
HSL color Cylindrical-coordinate representation of color #5B1920: hue angle of 353.64º 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 #5B1920 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 32 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.64 |
| HSL | 353.64º | 0.57% | 0.23% | - |
| HSV(B) | 353.64º | 0.73% | 0.36% | - |
| XYZ | 4.92 | 3.02 | 1.69 | - |
| YUV | 45.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 32 | 0 | 0.73 | 0.65 | 0.64 | 353.64 | 0.57 | 0.23 |
| Hex | 5B | 19 | 20 | 0 | 49 | 41 | 40 | 162 | 39 | 17 |
| Octal | 133 | 31 | 40 | 0 | 111 | 101 | 100 | 542 | 71 | 27 |
| Binary | 1011011 | 11001 | 100000 | 0 | 1001001 | 1000001 | 1000000 | 101100010 | 111001 | 10111 |
Color Harmonies of #5B1920
Complementary color
Monochromatic Colors of #5B1920
Black with #5B1920
Text Example
Text Example
White with #5B1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1920; }
p { color: rgb(91,25,32); }
H1.HeaderClassName
{
color: #5B1920;
}
.AnyTagClassName
{
color: #5B1920;
}
</style>
background-color css
<style>
a { background-color: #5B1920; }
a { background-color: rgb(91,25,32); }
div.DivClassName
{
background-color: #5B1920;
}
.BgClassName
{
background-color: #5B1920;
}
</style>
border-color css
<style>
span { border-color: #5B1920; }
span { border-color: rgb(91,25,32); }
td.TdClassName
{
border-color: #5B1920;
}
.TagClassName
{
border-color: #5B1920;
}
</style>