Shades of Burnt Crimson #5A1114
Tints of Burnt Crimson #5A1114
RGB
CMYK
RGB Variations
Color information
#5A1114 (or 0x5A1114) is known color: Burnt Crimson. HEX triplet: 5A, 11 and 14. RGB value is (90,17,20). Sum of RGB (Red+Green+Blue) = 90+17+20=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1114 is #A5EEEB. Grayscale: #272727. Windows color (decimal): -10874604 or 1315162. OLE color: 1315162.
HSL color Cylindrical-coordinate representation of color #5A1114: hue angle of 357.53º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1114 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 20 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.65 |
| HSL | 357.53º | 0.68% | 0.21% | - |
| HSV(B) | 357.53º | 0.81% | 0.35% | - |
| XYZ | 4.54 | 2.63 | 0.93 | - |
| YUV | 39.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 20 | 0 | 0.81 | 0.78 | 0.65 | 357.53 | 0.68 | 0.21 |
| Hex | 5A | 11 | 14 | 0 | 51 | 4E | 41 | 166 | 44 | 15 |
| Octal | 132 | 21 | 24 | 0 | 121 | 116 | 101 | 546 | 104 | 25 |
| Binary | 1011010 | 10001 | 10100 | 0 | 1010001 | 1001110 | 1000001 | 101100110 | 1000100 | 10101 |
Color Harmonies of #5A1114
Complementary color
Monochromatic Colors of #5A1114
Black with #5A1114
Text Example
Text Example
White with #5A1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1114; }
p { color: rgb(90,17,20); }
H1.HeaderClassName
{
color: #5A1114;
}
.AnyTagClassName
{
color: #5A1114;
}
</style>
background-color css
<style>
a { background-color: #5A1114; }
a { background-color: rgb(90,17,20); }
div.DivClassName
{
background-color: #5A1114;
}
.BgClassName
{
background-color: #5A1114;
}
</style>
border-color css
<style>
span { border-color: #5A1114; }
span { border-color: rgb(90,17,20); }
td.TdClassName
{
border-color: #5A1114;
}
.TagClassName
{
border-color: #5A1114;
}
</style>