Shades of Burnt Crimson #541C1D
Tints of Burnt Crimson #541C1D
RGB
CMYK
RGB Variations
Color information
#541C1D (or 0x541C1D) is known color: Burnt Crimson. HEX triplet: 54, 1C and 1D. RGB value is (84,28,29). Sum of RGB (Red+Green+Blue) = 84+28+29=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C1D is #ABE3E2. Grayscale: #2C2C2C. Windows color (decimal): -11264995 or 1907796. OLE color: 1907796.
HSL color Cylindrical-coordinate representation of color #541C1D: hue angle of 358.93º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C1D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 29 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.67 |
| HSL | 358.93º | 0.5% | 0.22% | - |
| HSV(B) | 358.93º | 0.67% | 0.33% | - |
| XYZ | 4.29 | 2.8 | 1.48 | - |
| YUV | 44.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 29 | 0 | 0.67 | 0.65 | 0.67 | 358.93 | 0.5 | 0.22 |
| Hex | 54 | 1C | 1D | 0 | 43 | 41 | 43 | 167 | 32 | 16 |
| Octal | 124 | 34 | 35 | 0 | 103 | 101 | 103 | 547 | 62 | 26 |
| Binary | 1010100 | 11100 | 11101 | 0 | 1000011 | 1000001 | 1000011 | 101100111 | 110010 | 10110 |
Color Harmonies of #541C1D
Complementary color
Monochromatic Colors of #541C1D
Black with #541C1D
Text Example
Text Example
White with #541C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C1D; }
p { color: rgb(84,28,29); }
H1.HeaderClassName
{
color: #541C1D;
}
.AnyTagClassName
{
color: #541C1D;
}
</style>
background-color css
<style>
a { background-color: #541C1D; }
a { background-color: rgb(84,28,29); }
div.DivClassName
{
background-color: #541C1D;
}
.BgClassName
{
background-color: #541C1D;
}
</style>
border-color css
<style>
span { border-color: #541C1D; }
span { border-color: rgb(84,28,29); }
td.TdClassName
{
border-color: #541C1D;
}
.TagClassName
{
border-color: #541C1D;
}
</style>