Shades of Burnt Crimson #54191C
Tints of Burnt Crimson #54191C
RGB
CMYK
RGB Variations
Color information
#54191C (or 0x54191C) is known color: Burnt Crimson. HEX triplet: 54, 19 and 1C. RGB value is (84,25,28). Sum of RGB (Red+Green+Blue) = 84+25+28=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54191C is #ABE6E3. Grayscale: #2B2B2B. Windows color (decimal): -11265764 or 1841492. OLE color: 1841492.
HSL color Cylindrical-coordinate representation of color #54191C: hue angle of 356.95º 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 #54191C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 28 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.67 |
| HSL | 356.95º | 0.54% | 0.21% | - |
| HSV(B) | 356.95º | 0.7% | 0.33% | - |
| XYZ | 4.21 | 2.66 | 1.39 | - |
| YUV | 42.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 28 | 0 | 0.70 | 0.67 | 0.67 | 356.95 | 0.54 | 0.21 |
| Hex | 54 | 19 | 1C | 0 | 46 | 43 | 43 | 165 | 36 | 15 |
| Octal | 124 | 31 | 34 | 0 | 106 | 103 | 103 | 545 | 66 | 25 |
| Binary | 1010100 | 11001 | 11100 | 0 | 1000110 | 1000011 | 1000011 | 101100101 | 110110 | 10101 |
Color Harmonies of #54191C
Complementary color
Monochromatic Colors of #54191C
Black with #54191C
Text Example
Text Example
White with #54191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54191C; }
p { color: rgb(84,25,28); }
H1.HeaderClassName
{
color: #54191C;
}
.AnyTagClassName
{
color: #54191C;
}
</style>
background-color css
<style>
a { background-color: #54191C; }
a { background-color: rgb(84,25,28); }
div.DivClassName
{
background-color: #54191C;
}
.BgClassName
{
background-color: #54191C;
}
</style>
border-color css
<style>
span { border-color: #54191C; }
span { border-color: rgb(84,25,28); }
td.TdClassName
{
border-color: #54191C;
}
.TagClassName
{
border-color: #54191C;
}
</style>