Shades of Burnt Crimson #54181C
Tints of Burnt Crimson #54181C
RGB
CMYK
RGB Variations
Color information
#54181C (or 0x54181C) is known color: Burnt Crimson. HEX triplet: 54, 18 and 1C. RGB value is (84,24,28). Sum of RGB (Red+Green+Blue) = 84+24+28=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54181C is #ABE7E3. Grayscale: #2A2A2A. Windows color (decimal): -11266020 or 1841236. OLE color: 1841236.
HSL color Cylindrical-coordinate representation of color #54181C: hue angle of 356º 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 #54181C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 28 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.67 |
| HSL | 356º | 0.56% | 0.21% | - |
| HSV(B) | 356º | 0.71% | 0.33% | - |
| XYZ | 4.19 | 2.62 | 1.38 | - |
| YUV | 42.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 28 | 0 | 0.71 | 0.67 | 0.67 | 356 | 0.56 | 0.21 |
| Hex | 54 | 18 | 1C | 0 | 47 | 43 | 43 | 164 | 38 | 15 |
| Octal | 124 | 30 | 34 | 0 | 107 | 103 | 103 | 544 | 70 | 25 |
| Binary | 1010100 | 11000 | 11100 | 0 | 1000111 | 1000011 | 1000011 | 101100100 | 111000 | 10101 |
Color Harmonies of #54181C
Complementary color
Monochromatic Colors of #54181C
Black with #54181C
Text Example
Text Example
White with #54181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54181C; }
p { color: rgb(84,24,28); }
H1.HeaderClassName
{
color: #54181C;
}
.AnyTagClassName
{
color: #54181C;
}
</style>
background-color css
<style>
a { background-color: #54181C; }
a { background-color: rgb(84,24,28); }
div.DivClassName
{
background-color: #54181C;
}
.BgClassName
{
background-color: #54181C;
}
</style>
border-color css
<style>
span { border-color: #54181C; }
span { border-color: rgb(84,24,28); }
td.TdClassName
{
border-color: #54181C;
}
.TagClassName
{
border-color: #54181C;
}
</style>