Shades of Burnt Crimson #5A1519
Tints of Burnt Crimson #5A1519
RGB
CMYK
RGB Variations
Color information
#5A1519 (or 0x5A1519) is known color: Burnt Crimson. HEX triplet: 5A, 15 and 19. RGB value is (90,21,25). Sum of RGB (Red+Green+Blue) = 90+21+25=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1519 is #A5EAE6. Grayscale: #2A2A2A. Windows color (decimal): -10873575 or 1643866. OLE color: 1643866.
HSL color Cylindrical-coordinate representation of color #5A1519: hue angle of 356.52º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1519 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 25 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.65 |
| HSL | 356.52º | 0.62% | 0.22% | - |
| HSV(B) | 356.52º | 0.77% | 0.35% | - |
| XYZ | 4.66 | 2.78 | 1.21 | - |
| YUV | 42.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 25 | 0 | 0.77 | 0.72 | 0.65 | 356.52 | 0.62 | 0.22 |
| Hex | 5A | 15 | 19 | 0 | 4D | 48 | 41 | 165 | 3E | 16 |
| Octal | 132 | 25 | 31 | 0 | 115 | 110 | 101 | 545 | 76 | 26 |
| Binary | 1011010 | 10101 | 11001 | 0 | 1001101 | 1001000 | 1000001 | 101100101 | 111110 | 10110 |
Color Harmonies of #5A1519
Complementary color
Monochromatic Colors of #5A1519
Black with #5A1519
Text Example
Text Example
White with #5A1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1519; }
p { color: rgb(90,21,25); }
H1.HeaderClassName
{
color: #5A1519;
}
.AnyTagClassName
{
color: #5A1519;
}
</style>
background-color css
<style>
a { background-color: #5A1519; }
a { background-color: rgb(90,21,25); }
div.DivClassName
{
background-color: #5A1519;
}
.BgClassName
{
background-color: #5A1519;
}
</style>
border-color css
<style>
span { border-color: #5A1519; }
span { border-color: rgb(90,21,25); }
td.TdClassName
{
border-color: #5A1519;
}
.TagClassName
{
border-color: #5A1519;
}
</style>