Shades of Burnt Crimson #541C21
Tints of Burnt Crimson #541C21
RGB
CMYK
RGB Variations
Color information
#541C21 (or 0x541C21) is known color: Burnt Crimson. HEX triplet: 54, 1C and 21. RGB value is (84,28,33). Sum of RGB (Red+Green+Blue) = 84+28+33=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C21 is #ABE3DE. Grayscale: #2D2D2D. Windows color (decimal): -11264991 or 2169940. OLE color: 2169940.
HSL color Cylindrical-coordinate representation of color #541C21: hue angle of 354.64º 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 #541C21 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 33 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.67 |
| HSL | 354.64º | 0.5% | 0.22% | - |
| HSV(B) | 354.64º | 0.67% | 0.33% | - |
| XYZ | 4.35 | 2.83 | 1.76 | - |
| YUV | 45.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 33 | 0 | 0.67 | 0.61 | 0.67 | 354.64 | 0.5 | 0.22 |
| Hex | 54 | 1C | 21 | 0 | 43 | 3D | 43 | 163 | 32 | 16 |
| Octal | 124 | 34 | 41 | 0 | 103 | 75 | 103 | 543 | 62 | 26 |
| Binary | 1010100 | 11100 | 100001 | 0 | 1000011 | 111101 | 1000011 | 101100011 | 110010 | 10110 |
Color Harmonies of #541C21
Complementary color
Monochromatic Colors of #541C21
Black with #541C21
Text Example
Text Example
White with #541C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C21; }
p { color: rgb(84,28,33); }
H1.HeaderClassName
{
color: #541C21;
}
.AnyTagClassName
{
color: #541C21;
}
</style>
background-color css
<style>
a { background-color: #541C21; }
a { background-color: rgb(84,28,33); }
div.DivClassName
{
background-color: #541C21;
}
.BgClassName
{
background-color: #541C21;
}
</style>
border-color css
<style>
span { border-color: #541C21; }
span { border-color: rgb(84,28,33); }
td.TdClassName
{
border-color: #541C21;
}
.TagClassName
{
border-color: #541C21;
}
</style>