Shades of Burnt Crimson #541D1E
Tints of Burnt Crimson #541D1E
RGB
CMYK
RGB Variations
Color information
#541D1E (or 0x541D1E) is known color: Burnt Crimson. HEX triplet: 54, 1D and 1E. RGB value is (84,29,30). Sum of RGB (Red+Green+Blue) = 84+29+30=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #541D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D1E is #ABE2E1. Grayscale: #2D2D2D. Windows color (decimal): -11264738 or 1973588. OLE color: 1973588.
HSL color Cylindrical-coordinate representation of color #541D1E: hue angle of 358.91º 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 #541D1E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 30 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.67 |
| HSL | 358.91º | 0.49% | 0.22% | - |
| HSV(B) | 358.91º | 0.65% | 0.33% | - |
| XYZ | 4.33 | 2.86 | 1.55 | - |
| YUV | 45.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 30 | 0 | 0.65 | 0.64 | 0.67 | 358.91 | 0.49 | 0.22 |
| Hex | 54 | 1D | 1E | 0 | 41 | 40 | 43 | 167 | 31 | 16 |
| Octal | 124 | 35 | 36 | 0 | 101 | 100 | 103 | 547 | 61 | 26 |
| Binary | 1010100 | 11101 | 11110 | 0 | 1000001 | 1000000 | 1000011 | 101100111 | 110001 | 10110 |
Color Harmonies of #541D1E
Complementary color
Monochromatic Colors of #541D1E
Black with #541D1E
Text Example
Text Example
White with #541D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D1E; }
p { color: rgb(84,29,30); }
H1.HeaderClassName
{
color: #541D1E;
}
.AnyTagClassName
{
color: #541D1E;
}
</style>
background-color css
<style>
a { background-color: #541D1E; }
a { background-color: rgb(84,29,30); }
div.DivClassName
{
background-color: #541D1E;
}
.BgClassName
{
background-color: #541D1E;
}
</style>
border-color css
<style>
span { border-color: #541D1E; }
span { border-color: rgb(84,29,30); }
td.TdClassName
{
border-color: #541D1E;
}
.TagClassName
{
border-color: #541D1E;
}
</style>