Shades of Burnt Crimson #541D20
Tints of Burnt Crimson #541D20
RGB
CMYK
RGB Variations
Color information
#541D20 (or 0x541D20) is known color: Burnt Crimson. HEX triplet: 54, 1D and 20. RGB value is (84,29,32). Sum of RGB (Red+Green+Blue) = 84+29+32=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D20 is #ABE2DF. Grayscale: #2D2D2D. Windows color (decimal): -11264736 or 2104660. OLE color: 2104660.
HSL color Cylindrical-coordinate representation of color #541D20: hue angle of 356.73º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #541D20 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 32 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.67 |
| HSL | 356.73º | 0.49% | 0.22% | - |
| HSV(B) | 356.73º | 0.65% | 0.33% | - |
| XYZ | 4.36 | 2.87 | 1.69 | - |
| YUV | 45.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 32 | 0 | 0.65 | 0.62 | 0.67 | 356.73 | 0.49 | 0.22 |
| Hex | 54 | 1D | 20 | 0 | 41 | 3E | 43 | 165 | 31 | 16 |
| Octal | 124 | 35 | 40 | 0 | 101 | 76 | 103 | 545 | 61 | 26 |
| Binary | 1010100 | 11101 | 100000 | 0 | 1000001 | 111110 | 1000011 | 101100101 | 110001 | 10110 |
Color Harmonies of #541D20
Complementary color
Monochromatic Colors of #541D20
Black with #541D20
Text Example
Text Example
White with #541D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D20; }
p { color: rgb(84,29,32); }
H1.HeaderClassName
{
color: #541D20;
}
.AnyTagClassName
{
color: #541D20;
}
</style>
background-color css
<style>
a { background-color: #541D20; }
a { background-color: rgb(84,29,32); }
div.DivClassName
{
background-color: #541D20;
}
.BgClassName
{
background-color: #541D20;
}
</style>
border-color css
<style>
span { border-color: #541D20; }
span { border-color: rgb(84,29,32); }
td.TdClassName
{
border-color: #541D20;
}
.TagClassName
{
border-color: #541D20;
}
</style>