Shades of Burnt Crimson #54191D
Tints of Burnt Crimson #54191D
RGB
CMYK
RGB Variations
Color information
#54191D (or 0x54191D) is known color: Burnt Crimson. HEX triplet: 54, 19 and 1D. RGB value is (84,25,29). Sum of RGB (Red+Green+Blue) = 84+25+29=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #54191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54191D is #ABE6E2. Grayscale: #2B2B2B. Windows color (decimal): -11265763 or 1907028. OLE color: 1907028.
HSL color Cylindrical-coordinate representation of color #54191D: hue angle of 355.93º 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 #54191D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 29 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.67 |
| HSL | 355.93º | 0.54% | 0.21% | - |
| HSV(B) | 355.93º | 0.7% | 0.33% | - |
| XYZ | 4.23 | 2.67 | 1.45 | - |
| YUV | 43.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 29 | 0 | 0.70 | 0.65 | 0.67 | 355.93 | 0.54 | 0.21 |
| Hex | 54 | 19 | 1D | 0 | 46 | 41 | 43 | 164 | 36 | 15 |
| Octal | 124 | 31 | 35 | 0 | 106 | 101 | 103 | 544 | 66 | 25 |
| Binary | 1010100 | 11001 | 11101 | 0 | 1000110 | 1000001 | 1000011 | 101100100 | 110110 | 10101 |
Color Harmonies of #54191D
Complementary color
Monochromatic Colors of #54191D
Black with #54191D
Text Example
Text Example
White with #54191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54191D; }
p { color: rgb(84,25,29); }
H1.HeaderClassName
{
color: #54191D;
}
.AnyTagClassName
{
color: #54191D;
}
</style>
background-color css
<style>
a { background-color: #54191D; }
a { background-color: rgb(84,25,29); }
div.DivClassName
{
background-color: #54191D;
}
.BgClassName
{
background-color: #54191D;
}
</style>
border-color css
<style>
span { border-color: #54191D; }
span { border-color: rgb(84,25,29); }
td.TdClassName
{
border-color: #54191D;
}
.TagClassName
{
border-color: #54191D;
}
</style>