Shades of Burnt Crimson #5A141B
Tints of Burnt Crimson #5A141B
RGB
CMYK
RGB Variations
Color information
#5A141B (or 0x5A141B) is known color: Burnt Crimson. HEX triplet: 5A, 14 and 1B. RGB value is (90,20,27). Sum of RGB (Red+Green+Blue) = 90+20+27=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A141B is #A5EBE4. Grayscale: #292929. Windows color (decimal): -10873829 or 1774682. OLE color: 1774682.
HSL color Cylindrical-coordinate representation of color #5A141B: hue angle of 354º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A141B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 27 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.65 |
| HSL | 354º | 0.64% | 0.22% | - |
| HSV(B) | 354º | 0.78% | 0.35% | - |
| XYZ | 4.66 | 2.75 | 1.32 | - |
| YUV | 41.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 27 | 0 | 0.78 | 0.70 | 0.65 | 354 | 0.64 | 0.22 |
| Hex | 5A | 14 | 1B | 0 | 4E | 46 | 41 | 162 | 40 | 16 |
| Octal | 132 | 24 | 33 | 0 | 116 | 106 | 101 | 542 | 100 | 26 |
| Binary | 1011010 | 10100 | 11011 | 0 | 1001110 | 1000110 | 1000001 | 101100010 | 1000000 | 10110 |
Color Harmonies of #5A141B
Complementary color
Monochromatic Colors of #5A141B
Black with #5A141B
Text Example
Text Example
White with #5A141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A141B; }
p { color: rgb(90,20,27); }
H1.HeaderClassName
{
color: #5A141B;
}
.AnyTagClassName
{
color: #5A141B;
}
</style>
background-color css
<style>
a { background-color: #5A141B; }
a { background-color: rgb(90,20,27); }
div.DivClassName
{
background-color: #5A141B;
}
.BgClassName
{
background-color: #5A141B;
}
</style>
border-color css
<style>
span { border-color: #5A141B; }
span { border-color: rgb(90,20,27); }
td.TdClassName
{
border-color: #5A141B;
}
.TagClassName
{
border-color: #5A141B;
}
</style>