Shades of Burnt Crimson #542021
Tints of Burnt Crimson #542021
RGB
CMYK
RGB Variations
Color information
#542021 (or 0x542021) is known color: Burnt Crimson. HEX triplet: 54, 20 and 21. RGB value is (84,32,33). Sum of RGB (Red+Green+Blue) = 84+32+33=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542021 is #ABDFDE. Grayscale: #2F2F2F. Windows color (decimal): -11263967 or 2170964. OLE color: 2170964.
HSL color Cylindrical-coordinate representation of color #542021: hue angle of 358.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542021 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 33 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.67 |
| HSL | 358.85º | 0.45% | 0.23% | - |
| HSV(B) | 358.85º | 0.62% | 0.33% | - |
| XYZ | 4.45 | 3.03 | 1.79 | - |
| YUV | 47.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 33 | 0 | 0.62 | 0.61 | 0.67 | 358.85 | 0.45 | 0.23 |
| Hex | 54 | 20 | 21 | 0 | 3E | 3D | 43 | 167 | 2D | 17 |
| Octal | 124 | 40 | 41 | 0 | 76 | 75 | 103 | 547 | 55 | 27 |
| Binary | 1010100 | 100000 | 100001 | 0 | 111110 | 111101 | 1000011 | 101100111 | 101101 | 10111 |
Color Harmonies of #542021
Complementary color
Monochromatic Colors of #542021
Black with #542021
Text Example
Text Example
White with #542021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542021; }
p { color: rgb(84,32,33); }
H1.HeaderClassName
{
color: #542021;
}
.AnyTagClassName
{
color: #542021;
}
</style>
background-color css
<style>
a { background-color: #542021; }
a { background-color: rgb(84,32,33); }
div.DivClassName
{
background-color: #542021;
}
.BgClassName
{
background-color: #542021;
}
</style>
border-color css
<style>
span { border-color: #542021; }
span { border-color: rgb(84,32,33); }
td.TdClassName
{
border-color: #542021;
}
.TagClassName
{
border-color: #542021;
}
</style>