Shades of Burnt Crimson #5B1F24
Tints of Burnt Crimson #5B1F24
RGB
CMYK
RGB Variations
Color information
#5B1F24 (or 0x5B1F24) is known color: Burnt Crimson. HEX triplet: 5B, 1F and 24. RGB value is (91,31,36). Sum of RGB (Red+Green+Blue) = 91+31+36=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F24 is #A4E0DB. Grayscale: #313131. Windows color (decimal): -10805468 or 2367323. OLE color: 2367323.
HSL color Cylindrical-coordinate representation of color #5B1F24: hue angle of 355º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F24 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 36 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.64 |
| HSL | 355º | 0.49% | 0.24% | - |
| HSV(B) | 355º | 0.66% | 0.36% | - |
| XYZ | 5.12 | 3.33 | 2.04 | - |
| YUV | 49.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 36 | 0 | 0.66 | 0.60 | 0.64 | 355 | 0.49 | 0.24 |
| Hex | 5B | 1F | 24 | 0 | 42 | 3C | 40 | 163 | 31 | 18 |
| Octal | 133 | 37 | 44 | 0 | 102 | 74 | 100 | 543 | 61 | 30 |
| Binary | 1011011 | 11111 | 100100 | 0 | 1000010 | 111100 | 1000000 | 101100011 | 110001 | 11000 |
Color Harmonies of #5B1F24
Complementary color
Monochromatic Colors of #5B1F24
Black with #5B1F24
Text Example
Text Example
White with #5B1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F24; }
p { color: rgb(91,31,36); }
H1.HeaderClassName
{
color: #5B1F24;
}
.AnyTagClassName
{
color: #5B1F24;
}
</style>
background-color css
<style>
a { background-color: #5B1F24; }
a { background-color: rgb(91,31,36); }
div.DivClassName
{
background-color: #5B1F24;
}
.BgClassName
{
background-color: #5B1F24;
}
</style>
border-color css
<style>
span { border-color: #5B1F24; }
span { border-color: rgb(91,31,36); }
td.TdClassName
{
border-color: #5B1F24;
}
.TagClassName
{
border-color: #5B1F24;
}
</style>