Shades of Burnt Crimson #541A20
Tints of Burnt Crimson #541A20
RGB
CMYK
RGB Variations
Color information
#541A20 (or 0x541A20) is known color: Burnt Crimson. HEX triplet: 54, 1A and 20. RGB value is (84,26,32). Sum of RGB (Red+Green+Blue) = 84+26+32=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A20 is #ABE5DF. Grayscale: #2C2C2C. Windows color (decimal): -11265504 or 2103892. OLE color: 2103892.
HSL color Cylindrical-coordinate representation of color #541A20: hue angle of 353.79º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A20 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 32 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.67 |
| HSL | 353.79º | 0.53% | 0.22% | - |
| HSV(B) | 353.79º | 0.69% | 0.33% | - |
| XYZ | 4.29 | 2.73 | 1.67 | - |
| YUV | 44.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 32 | 0 | 0.69 | 0.62 | 0.67 | 353.79 | 0.53 | 0.22 |
| Hex | 54 | 1A | 20 | 0 | 45 | 3E | 43 | 162 | 35 | 16 |
| Octal | 124 | 32 | 40 | 0 | 105 | 76 | 103 | 542 | 65 | 26 |
| Binary | 1010100 | 11010 | 100000 | 0 | 1000101 | 111110 | 1000011 | 101100010 | 110101 | 10110 |
Color Harmonies of #541A20
Complementary color
Monochromatic Colors of #541A20
Black with #541A20
Text Example
Text Example
White with #541A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A20; }
p { color: rgb(84,26,32); }
H1.HeaderClassName
{
color: #541A20;
}
.AnyTagClassName
{
color: #541A20;
}
</style>
background-color css
<style>
a { background-color: #541A20; }
a { background-color: rgb(84,26,32); }
div.DivClassName
{
background-color: #541A20;
}
.BgClassName
{
background-color: #541A20;
}
</style>
border-color css
<style>
span { border-color: #541A20; }
span { border-color: rgb(84,26,32); }
td.TdClassName
{
border-color: #541A20;
}
.TagClassName
{
border-color: #541A20;
}
</style>