Shades of Burnt Crimson #5B1921
Tints of Burnt Crimson #5B1921
RGB
CMYK
RGB Variations
Color information
#5B1921 (or 0x5B1921) is known color: Burnt Crimson. HEX triplet: 5B, 19 and 21. RGB value is (91,25,33). Sum of RGB (Red+Green+Blue) = 91+25+33=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1921 is #A4E6DE. Grayscale: #2D2D2D. Windows color (decimal): -10807007 or 2169179. OLE color: 2169179.
HSL color Cylindrical-coordinate representation of color #5B1921: hue angle of 352.73º 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 #5B1921 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 33 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.64 |
| HSL | 352.73º | 0.57% | 0.23% | - |
| HSV(B) | 352.73º | 0.73% | 0.36% | - |
| XYZ | 4.94 | 3.03 | 1.76 | - |
| YUV | 45.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 33 | 0 | 0.73 | 0.64 | 0.64 | 352.73 | 0.57 | 0.23 |
| Hex | 5B | 19 | 21 | 0 | 49 | 40 | 40 | 161 | 39 | 17 |
| Octal | 133 | 31 | 41 | 0 | 111 | 100 | 100 | 541 | 71 | 27 |
| Binary | 1011011 | 11001 | 100001 | 0 | 1001001 | 1000000 | 1000000 | 101100001 | 111001 | 10111 |
Color Harmonies of #5B1921
Complementary color
Monochromatic Colors of #5B1921
Black with #5B1921
Text Example
Text Example
White with #5B1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1921; }
p { color: rgb(91,25,33); }
H1.HeaderClassName
{
color: #5B1921;
}
.AnyTagClassName
{
color: #5B1921;
}
</style>
background-color css
<style>
a { background-color: #5B1921; }
a { background-color: rgb(91,25,33); }
div.DivClassName
{
background-color: #5B1921;
}
.BgClassName
{
background-color: #5B1921;
}
</style>
border-color css
<style>
span { border-color: #5B1921; }
span { border-color: rgb(91,25,33); }
td.TdClassName
{
border-color: #5B1921;
}
.TagClassName
{
border-color: #5B1921;
}
</style>