Shades of Burnt Crimson #54181D
Tints of Burnt Crimson #54181D
RGB
CMYK
RGB Variations
Color information
#54181D (or 0x54181D) is known color: Burnt Crimson. HEX triplet: 54, 18 and 1D. RGB value is (84,24,29). Sum of RGB (Red+Green+Blue) = 84+24+29=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54181D is #ABE7E2. Grayscale: #2A2A2A. Windows color (decimal): -11266019 or 1906772. OLE color: 1906772.
HSL color Cylindrical-coordinate representation of color #54181D: hue angle of 355º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54181D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 29 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.67 |
| HSL | 355º | 0.56% | 0.21% | - |
| HSV(B) | 355º | 0.71% | 0.33% | - |
| XYZ | 4.2 | 2.63 | 1.45 | - |
| YUV | 42.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 29 | 0 | 0.71 | 0.65 | 0.67 | 355 | 0.56 | 0.21 |
| Hex | 54 | 18 | 1D | 0 | 47 | 41 | 43 | 163 | 38 | 15 |
| Octal | 124 | 30 | 35 | 0 | 107 | 101 | 103 | 543 | 70 | 25 |
| Binary | 1010100 | 11000 | 11101 | 0 | 1000111 | 1000001 | 1000011 | 101100011 | 111000 | 10101 |
Color Harmonies of #54181D
Complementary color
Monochromatic Colors of #54181D
Black with #54181D
Text Example
Text Example
White with #54181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54181D; }
p { color: rgb(84,24,29); }
H1.HeaderClassName
{
color: #54181D;
}
.AnyTagClassName
{
color: #54181D;
}
</style>
background-color css
<style>
a { background-color: #54181D; }
a { background-color: rgb(84,24,29); }
div.DivClassName
{
background-color: #54181D;
}
.BgClassName
{
background-color: #54181D;
}
</style>
border-color css
<style>
span { border-color: #54181D; }
span { border-color: rgb(84,24,29); }
td.TdClassName
{
border-color: #54181D;
}
.TagClassName
{
border-color: #54181D;
}
</style>