Shades of Burnt Crimson #5B1820
Tints of Burnt Crimson #5B1820
RGB
CMYK
RGB Variations
Color information
#5B1820 (or 0x5B1820) is known color: Burnt Crimson. HEX triplet: 5B, 18 and 20. RGB value is (91,24,32). Sum of RGB (Red+Green+Blue) = 91+24+32=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1820 is #A4E7DF. Grayscale: #2C2C2C. Windows color (decimal): -10807264 or 2103387. OLE color: 2103387.
HSL color Cylindrical-coordinate representation of color #5B1820: hue angle of 352.84º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B1820 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 32 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.64 |
| HSL | 352.84º | 0.58% | 0.23% | - |
| HSV(B) | 352.84º | 0.74% | 0.36% | - |
| XYZ | 4.9 | 2.98 | 1.68 | - |
| YUV | 44.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 32 | 0 | 0.74 | 0.65 | 0.64 | 352.84 | 0.58 | 0.23 |
| Hex | 5B | 18 | 20 | 0 | 4A | 41 | 40 | 161 | 3A | 17 |
| Octal | 133 | 30 | 40 | 0 | 112 | 101 | 100 | 541 | 72 | 27 |
| Binary | 1011011 | 11000 | 100000 | 0 | 1001010 | 1000001 | 1000000 | 101100001 | 111010 | 10111 |
Color Harmonies of #5B1820
Complementary color
Monochromatic Colors of #5B1820
Black with #5B1820
Text Example
Text Example
White with #5B1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1820; }
p { color: rgb(91,24,32); }
H1.HeaderClassName
{
color: #5B1820;
}
.AnyTagClassName
{
color: #5B1820;
}
</style>
background-color css
<style>
a { background-color: #5B1820; }
a { background-color: rgb(91,24,32); }
div.DivClassName
{
background-color: #5B1820;
}
.BgClassName
{
background-color: #5B1820;
}
</style>
border-color css
<style>
span { border-color: #5B1820; }
span { border-color: rgb(91,24,32); }
td.TdClassName
{
border-color: #5B1820;
}
.TagClassName
{
border-color: #5B1820;
}
</style>