Shades of Burnt Crimson #541F21
Tints of Burnt Crimson #541F21
RGB
CMYK
RGB Variations
Color information
#541F21 (or 0x541F21) is known color: Burnt Crimson. HEX triplet: 54, 1F and 21. RGB value is (84,31,33). Sum of RGB (Red+Green+Blue) = 84+31+33=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #541F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F21 is #ABE0DE. Grayscale: #2F2F2F. Windows color (decimal): -11264223 or 2170708. OLE color: 2170708.
HSL color Cylindrical-coordinate representation of color #541F21: hue angle of 357.74º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F21 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 33 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.67 |
| HSL | 357.74º | 0.46% | 0.23% | - |
| HSV(B) | 357.74º | 0.63% | 0.33% | - |
| XYZ | 4.42 | 2.97 | 1.78 | - |
| YUV | 47.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 33 | 0 | 0.63 | 0.61 | 0.67 | 357.74 | 0.46 | 0.23 |
| Hex | 54 | 1F | 21 | 0 | 3F | 3D | 43 | 166 | 2E | 17 |
| Octal | 124 | 37 | 41 | 0 | 77 | 75 | 103 | 546 | 56 | 27 |
| Binary | 1010100 | 11111 | 100001 | 0 | 111111 | 111101 | 1000011 | 101100110 | 101110 | 10111 |
Color Harmonies of #541F21
Complementary color
Monochromatic Colors of #541F21
Black with #541F21
Text Example
Text Example
White with #541F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F21; }
p { color: rgb(84,31,33); }
H1.HeaderClassName
{
color: #541F21;
}
.AnyTagClassName
{
color: #541F21;
}
</style>
background-color css
<style>
a { background-color: #541F21; }
a { background-color: rgb(84,31,33); }
div.DivClassName
{
background-color: #541F21;
}
.BgClassName
{
background-color: #541F21;
}
</style>
border-color css
<style>
span { border-color: #541F21; }
span { border-color: rgb(84,31,33); }
td.TdClassName
{
border-color: #541F21;
}
.TagClassName
{
border-color: #541F21;
}
</style>