Shades of Burnt Crimson #4E1A1B
Tints of Burnt Crimson #4E1A1B
RGB
CMYK
RGB Variations
Color information
#4E1A1B (or 0x4E1A1B) is known color: Burnt Crimson. HEX triplet: 4E, 1A and 1B. RGB value is (78,26,27). Sum of RGB (Red+Green+Blue) = 78+26+27=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A1B is #B1E5E4. Grayscale: #292929. Windows color (decimal): -11658725 or 1776206. OLE color: 1776206.
HSL color Cylindrical-coordinate representation of color #4E1A1B: hue angle of 358.85º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A1B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 27 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.69 |
| HSL | 358.85º | 0.5% | 0.2% | - |
| HSV(B) | 358.85º | 0.67% | 0.31% | - |
| XYZ | 3.71 | 2.44 | 1.31 | - |
| YUV | 41.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 27 | 0 | 0.67 | 0.65 | 0.69 | 358.85 | 0.5 | 0.2 |
| Hex | 4E | 1A | 1B | 0 | 43 | 41 | 45 | 167 | 32 | 14 |
| Octal | 116 | 32 | 33 | 0 | 103 | 101 | 105 | 547 | 62 | 24 |
| Binary | 1001110 | 11010 | 11011 | 0 | 1000011 | 1000001 | 1000101 | 101100111 | 110010 | 10100 |
Color Harmonies of #4E1A1B
Complementary color
Monochromatic Colors of #4E1A1B
Black with #4E1A1B
Text Example
Text Example
White with #4E1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A1B; }
p { color: rgb(78,26,27); }
H1.HeaderClassName
{
color: #4E1A1B;
}
.AnyTagClassName
{
color: #4E1A1B;
}
</style>
background-color css
<style>
a { background-color: #4E1A1B; }
a { background-color: rgb(78,26,27); }
div.DivClassName
{
background-color: #4E1A1B;
}
.BgClassName
{
background-color: #4E1A1B;
}
</style>
border-color css
<style>
span { border-color: #4E1A1B; }
span { border-color: rgb(78,26,27); }
td.TdClassName
{
border-color: #4E1A1B;
}
.TagClassName
{
border-color: #4E1A1B;
}
</style>