Shades of Burnt Crimson #541112
Tints of Burnt Crimson #541112
RGB
CMYK
RGB Variations
Color information
#541112 (or 0x541112) is known color: Burnt Crimson. HEX triplet: 54, 11 and 12. RGB value is (84,17,18). Sum of RGB (Red+Green+Blue) = 84+17+18=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #541112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541112 is #ABEEED. Grayscale: #252525. Windows color (decimal): -11267822 or 1184084. OLE color: 1184084.
HSL color Cylindrical-coordinate representation of color #541112: hue angle of 359.1º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541112 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 18 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.67 |
| HSL | 359.1º | 0.66% | 0.2% | - |
| HSV(B) | 359.1º | 0.8% | 0.33% | - |
| XYZ | 3.97 | 2.33 | 0.81 | - |
| YUV | 37.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 18 | 0 | 0.80 | 0.79 | 0.67 | 359.1 | 0.66 | 0.2 |
| Hex | 54 | 11 | 12 | 0 | 50 | 4F | 43 | 167 | 42 | 14 |
| Octal | 124 | 21 | 22 | 0 | 120 | 117 | 103 | 547 | 102 | 24 |
| Binary | 1010100 | 10001 | 10010 | 0 | 1010000 | 1001111 | 1000011 | 101100111 | 1000010 | 10100 |
Color Harmonies of #541112
Complementary color
Monochromatic Colors of #541112
Black with #541112
Text Example
Text Example
White with #541112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541112; }
p { color: rgb(84,17,18); }
H1.HeaderClassName
{
color: #541112;
}
.AnyTagClassName
{
color: #541112;
}
</style>
background-color css
<style>
a { background-color: #541112; }
a { background-color: rgb(84,17,18); }
div.DivClassName
{
background-color: #541112;
}
.BgClassName
{
background-color: #541112;
}
</style>
border-color css
<style>
span { border-color: #541112; }
span { border-color: rgb(84,17,18); }
td.TdClassName
{
border-color: #541112;
}
.TagClassName
{
border-color: #541112;
}
</style>