Shades of Burnt Crimson #5A080E
Tints of Burnt Crimson #5A080E
RGB
CMYK
RGB Variations
Color information
#5A080E (or 0x5A080E) is known color: Burnt Crimson. HEX triplet: 5A, 08 and 0E. RGB value is (90,8,14). Sum of RGB (Red+Green+Blue) = 90+8+14=112 (14% of max value = 765). Red value is 90 (35.55% from 255 or 80.36% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 90 - color contains mainly: red. Hex color #5A080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A080E is #A5F7F1. Grayscale: #212121. Windows color (decimal): -10876914 or 919642. OLE color: 919642.
HSL color Cylindrical-coordinate representation of color #5A080E: hue angle of 355.61º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A080E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 14 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.65 |
| HSL | 355.61º | 0.84% | 0.19% | - |
| HSV(B) | 355.61º | 0.91% | 0.35% | - |
| XYZ | 4.38 | 2.38 | 0.64 | - |
| YUV | 33.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 14 | 0 | 0.91 | 0.84 | 0.65 | 355.61 | 0.84 | 0.19 |
| Hex | 5A | 8 | E | 0 | 5B | 54 | 41 | 164 | 54 | 13 |
| Octal | 132 | 10 | 16 | 0 | 133 | 124 | 101 | 544 | 124 | 23 |
| Binary | 1011010 | 1000 | 1110 | 0 | 1011011 | 1010100 | 1000001 | 101100100 | 1010100 | 10011 |
Color Harmonies of #5A080E
Complementary color
Monochromatic Colors of #5A080E
Black with #5A080E
Text Example
Text Example
White with #5A080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A080E; }
p { color: rgb(90,8,14); }
H1.HeaderClassName
{
color: #5A080E;
}
.AnyTagClassName
{
color: #5A080E;
}
</style>
background-color css
<style>
a { background-color: #5A080E; }
a { background-color: rgb(90,8,14); }
div.DivClassName
{
background-color: #5A080E;
}
.BgClassName
{
background-color: #5A080E;
}
</style>
border-color css
<style>
span { border-color: #5A080E; }
span { border-color: rgb(90,8,14); }
td.TdClassName
{
border-color: #5A080E;
}
.TagClassName
{
border-color: #5A080E;
}
</style>