Shades of Burnt Crimson #5A1317
Tints of Burnt Crimson #5A1317
RGB
CMYK
RGB Variations
Color information
#5A1317 (or 0x5A1317) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 17. RGB value is (90,19,23). Sum of RGB (Red+Green+Blue) = 90+19+23=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1317 is #A5ECE8. Grayscale: #282828. Windows color (decimal): -10874089 or 1512282. OLE color: 1512282.
HSL color Cylindrical-coordinate representation of color #5A1317: hue angle of 356.62º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1317 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 23 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.65 |
| HSL | 356.62º | 0.65% | 0.21% | - |
| HSV(B) | 356.62º | 0.79% | 0.35% | - |
| XYZ | 4.6 | 2.7 | 1.09 | - |
| YUV | 40.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 23 | 0 | 0.79 | 0.74 | 0.65 | 356.62 | 0.65 | 0.21 |
| Hex | 5A | 13 | 17 | 0 | 4F | 4A | 41 | 165 | 41 | 15 |
| Octal | 132 | 23 | 27 | 0 | 117 | 112 | 101 | 545 | 101 | 25 |
| Binary | 1011010 | 10011 | 10111 | 0 | 1001111 | 1001010 | 1000001 | 101100101 | 1000001 | 10101 |
Color Harmonies of #5A1317
Complementary color
Monochromatic Colors of #5A1317
Black with #5A1317
Text Example
Text Example
White with #5A1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1317; }
p { color: rgb(90,19,23); }
H1.HeaderClassName
{
color: #5A1317;
}
.AnyTagClassName
{
color: #5A1317;
}
</style>
background-color css
<style>
a { background-color: #5A1317; }
a { background-color: rgb(90,19,23); }
div.DivClassName
{
background-color: #5A1317;
}
.BgClassName
{
background-color: #5A1317;
}
</style>
border-color css
<style>
span { border-color: #5A1317; }
span { border-color: rgb(90,19,23); }
td.TdClassName
{
border-color: #5A1317;
}
.TagClassName
{
border-color: #5A1317;
}
</style>