Shades of Burnt Crimson #542027
Tints of Burnt Crimson #542027
RGB
CMYK
RGB Variations
Color information
#542027 (or 0x542027) is known color: Burnt Crimson. HEX triplet: 54, 20 and 27. RGB value is (84,32,39). Sum of RGB (Red+Green+Blue) = 84+32+39=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #542027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542027 is #ABDFD8. Grayscale: #303030. Windows color (decimal): -11263961 or 2564180. OLE color: 2564180.
HSL color Cylindrical-coordinate representation of color #542027: hue angle of 351.92º 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 #542027 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 39 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.67 |
| HSL | 351.92º | 0.45% | 0.23% | - |
| HSV(B) | 351.92º | 0.62% | 0.33% | - |
| XYZ | 4.54 | 3.06 | 2.27 | - |
| YUV | 48.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 39 | 0 | 0.62 | 0.54 | 0.67 | 351.92 | 0.45 | 0.23 |
| Hex | 54 | 20 | 27 | 0 | 3E | 36 | 43 | 160 | 2D | 17 |
| Octal | 124 | 40 | 47 | 0 | 76 | 66 | 103 | 540 | 55 | 27 |
| Binary | 1010100 | 100000 | 100111 | 0 | 111110 | 110110 | 1000011 | 101100000 | 101101 | 10111 |
Color Harmonies of #542027
Complementary color
Monochromatic Colors of #542027
Black with #542027
Text Example
Text Example
White with #542027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542027; }
p { color: rgb(84,32,39); }
H1.HeaderClassName
{
color: #542027;
}
.AnyTagClassName
{
color: #542027;
}
</style>
background-color css
<style>
a { background-color: #542027; }
a { background-color: rgb(84,32,39); }
div.DivClassName
{
background-color: #542027;
}
.BgClassName
{
background-color: #542027;
}
</style>
border-color css
<style>
span { border-color: #542027; }
span { border-color: rgb(84,32,39); }
td.TdClassName
{
border-color: #542027;
}
.TagClassName
{
border-color: #542027;
}
</style>