Shades of Burnt Crimson #511819
Tints of Burnt Crimson #511819
RGB
CMYK
RGB Variations
Color information
#511819 (or 0x511819) is known color: Burnt Crimson. HEX triplet: 51, 18 and 19. RGB value is (81,24,25). Sum of RGB (Red+Green+Blue) = 81+24+25=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #511819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511819 is #AEE7E6. Grayscale: #292929. Windows color (decimal): -11462631 or 1644625. OLE color: 1644625.
HSL color Cylindrical-coordinate representation of color #511819: hue angle of 358.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511819 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 25 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.68 |
| HSL | 358.95º | 0.54% | 0.21% | - |
| HSV(B) | 358.95º | 0.7% | 0.32% | - |
| XYZ | 3.9 | 2.47 | 1.19 | - |
| YUV | 41.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 25 | 0 | 0.70 | 0.69 | 0.68 | 358.95 | 0.54 | 0.21 |
| Hex | 51 | 18 | 19 | 0 | 46 | 45 | 44 | 167 | 36 | 15 |
| Octal | 121 | 30 | 31 | 0 | 106 | 105 | 104 | 547 | 66 | 25 |
| Binary | 1010001 | 11000 | 11001 | 0 | 1000110 | 1000101 | 1000100 | 101100111 | 110110 | 10101 |
Color Harmonies of #511819
Complementary color
Monochromatic Colors of #511819
Black with #511819
Text Example
Text Example
White with #511819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511819; }
p { color: rgb(81,24,25); }
H1.HeaderClassName
{
color: #511819;
}
.AnyTagClassName
{
color: #511819;
}
</style>
background-color css
<style>
a { background-color: #511819; }
a { background-color: rgb(81,24,25); }
div.DivClassName
{
background-color: #511819;
}
.BgClassName
{
background-color: #511819;
}
</style>
border-color css
<style>
span { border-color: #511819; }
span { border-color: rgb(81,24,25); }
td.TdClassName
{
border-color: #511819;
}
.TagClassName
{
border-color: #511819;
}
</style>