Shades of Burnt Crimson #5A1316
Tints of Burnt Crimson #5A1316
RGB
CMYK
RGB Variations
Color information
#5A1316 (or 0x5A1316) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 16. RGB value is (90,19,22). Sum of RGB (Red+Green+Blue) = 90+19+22=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1316 is #A5ECE9. Grayscale: #282828. Windows color (decimal): -10874090 or 1446746. OLE color: 1446746.
HSL color Cylindrical-coordinate representation of color #5A1316: hue angle of 357.46º 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 #5A1316 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 22 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.65 |
| HSL | 357.46º | 0.65% | 0.21% | - |
| HSV(B) | 357.46º | 0.79% | 0.35% | - |
| XYZ | 4.59 | 2.7 | 1.04 | - |
| YUV | 40.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 22 | 0 | 0.79 | 0.76 | 0.65 | 357.46 | 0.65 | 0.21 |
| Hex | 5A | 13 | 16 | 0 | 4F | 4C | 41 | 165 | 41 | 15 |
| Octal | 132 | 23 | 26 | 0 | 117 | 114 | 101 | 545 | 101 | 25 |
| Binary | 1011010 | 10011 | 10110 | 0 | 1001111 | 1001100 | 1000001 | 101100101 | 1000001 | 10101 |
Color Harmonies of #5A1316
Complementary color
Monochromatic Colors of #5A1316
Black with #5A1316
Text Example
Text Example
White with #5A1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1316; }
p { color: rgb(90,19,22); }
H1.HeaderClassName
{
color: #5A1316;
}
.AnyTagClassName
{
color: #5A1316;
}
</style>
background-color css
<style>
a { background-color: #5A1316; }
a { background-color: rgb(90,19,22); }
div.DivClassName
{
background-color: #5A1316;
}
.BgClassName
{
background-color: #5A1316;
}
</style>
border-color css
<style>
span { border-color: #5A1316; }
span { border-color: rgb(90,19,22); }
td.TdClassName
{
border-color: #5A1316;
}
.TagClassName
{
border-color: #5A1316;
}
</style>