Shades of Burnt Crimson #54191F
Tints of Burnt Crimson #54191F
RGB
CMYK
RGB Variations
Color information
#54191F (or 0x54191F) is known color: Burnt Crimson. HEX triplet: 54, 19 and 1F. RGB value is (84,25,31). Sum of RGB (Red+Green+Blue) = 84+25+31=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #54191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54191F is #ABE6E0. Grayscale: #2B2B2B. Windows color (decimal): -11265761 or 2038100. OLE color: 2038100.
HSL color Cylindrical-coordinate representation of color #54191F: hue angle of 353.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54191F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 31 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.67 |
| HSL | 353.9º | 0.54% | 0.21% | - |
| HSV(B) | 353.9º | 0.7% | 0.33% | - |
| XYZ | 4.25 | 2.68 | 1.59 | - |
| YUV | 43.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 31 | 0 | 0.70 | 0.63 | 0.67 | 353.9 | 0.54 | 0.21 |
| Hex | 54 | 19 | 1F | 0 | 46 | 3F | 43 | 162 | 36 | 15 |
| Octal | 124 | 31 | 37 | 0 | 106 | 77 | 103 | 542 | 66 | 25 |
| Binary | 1010100 | 11001 | 11111 | 0 | 1000110 | 111111 | 1000011 | 101100010 | 110110 | 10101 |
Color Harmonies of #54191F
Complementary color
Monochromatic Colors of #54191F
Black with #54191F
Text Example
Text Example
White with #54191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54191F; }
p { color: rgb(84,25,31); }
H1.HeaderClassName
{
color: #54191F;
}
.AnyTagClassName
{
color: #54191F;
}
</style>
background-color css
<style>
a { background-color: #54191F; }
a { background-color: rgb(84,25,31); }
div.DivClassName
{
background-color: #54191F;
}
.BgClassName
{
background-color: #54191F;
}
</style>
border-color css
<style>
span { border-color: #54191F; }
span { border-color: rgb(84,25,31); }
td.TdClassName
{
border-color: #54191F;
}
.TagClassName
{
border-color: #54191F;
}
</style>