Shades of Burnt Crimson #5B1819
Tints of Burnt Crimson #5B1819
RGB
CMYK
RGB Variations
Color information
#5B1819 (or 0x5B1819) is known color: Burnt Crimson. HEX triplet: 5B, 18 and 19. RGB value is (91,24,25). Sum of RGB (Red+Green+Blue) = 91+24+25=140 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1819 is #A4E7E6. Grayscale: #2C2C2C. Windows color (decimal): -10807271 or 1644635. OLE color: 1644635.
HSL color Cylindrical-coordinate representation of color #5B1819: hue angle of 359.1º 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 #5B1819 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 25 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.64 |
| HSL | 359.1º | 0.58% | 0.23% | - |
| HSV(B) | 359.1º | 0.74% | 0.36% | - |
| XYZ | 4.82 | 2.95 | 1.23 | - |
| YUV | 44.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 25 | 0 | 0.74 | 0.73 | 0.64 | 359.1 | 0.58 | 0.23 |
| Hex | 5B | 18 | 19 | 0 | 4A | 49 | 40 | 167 | 3A | 17 |
| Octal | 133 | 30 | 31 | 0 | 112 | 111 | 100 | 547 | 72 | 27 |
| Binary | 1011011 | 11000 | 11001 | 0 | 1001010 | 1001001 | 1000000 | 101100111 | 111010 | 10111 |
Color Harmonies of #5B1819
Complementary color
Monochromatic Colors of #5B1819
Black with #5B1819
Text Example
Text Example
White with #5B1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1819; }
p { color: rgb(91,24,25); }
H1.HeaderClassName
{
color: #5B1819;
}
.AnyTagClassName
{
color: #5B1819;
}
</style>
background-color css
<style>
a { background-color: #5B1819; }
a { background-color: rgb(91,24,25); }
div.DivClassName
{
background-color: #5B1819;
}
.BgClassName
{
background-color: #5B1819;
}
</style>
border-color css
<style>
span { border-color: #5B1819; }
span { border-color: rgb(91,24,25); }
td.TdClassName
{
border-color: #5B1819;
}
.TagClassName
{
border-color: #5B1819;
}
</style>