Shades of Burnt Crimson #541213
Tints of Burnt Crimson #541213
RGB
CMYK
RGB Variations
Color information
#541213 (or 0x541213) is known color: Burnt Crimson. HEX triplet: 54, 12 and 13. RGB value is (84,18,19). Sum of RGB (Red+Green+Blue) = 84+18+19=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541213 is #ABEDEC. Grayscale: #252525. Windows color (decimal): -11267565 or 1249876. OLE color: 1249876.
HSL color Cylindrical-coordinate representation of color #541213: hue angle of 359.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541213 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 19 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.67 |
| HSL | 359.09º | 0.65% | 0.2% | - |
| HSV(B) | 359.09º | 0.79% | 0.33% | - |
| XYZ | 3.99 | 2.36 | 0.86 | - |
| YUV | 37.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 19 | 0 | 0.79 | 0.77 | 0.67 | 359.09 | 0.65 | 0.2 |
| Hex | 54 | 12 | 13 | 0 | 4F | 4D | 43 | 167 | 41 | 14 |
| Octal | 124 | 22 | 23 | 0 | 117 | 115 | 103 | 547 | 101 | 24 |
| Binary | 1010100 | 10010 | 10011 | 0 | 1001111 | 1001101 | 1000011 | 101100111 | 1000001 | 10100 |
Color Harmonies of #541213
Complementary color
Monochromatic Colors of #541213
Black with #541213
Text Example
Text Example
White with #541213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541213; }
p { color: rgb(84,18,19); }
H1.HeaderClassName
{
color: #541213;
}
.AnyTagClassName
{
color: #541213;
}
</style>
background-color css
<style>
a { background-color: #541213; }
a { background-color: rgb(84,18,19); }
div.DivClassName
{
background-color: #541213;
}
.BgClassName
{
background-color: #541213;
}
</style>
border-color css
<style>
span { border-color: #541213; }
span { border-color: rgb(84,18,19); }
td.TdClassName
{
border-color: #541213;
}
.TagClassName
{
border-color: #541213;
}
</style>