Shades of Burnt Crimson #511718
Tints of Burnt Crimson #511718
RGB
CMYK
RGB Variations
Color information
#511718 (or 0x511718) is known color: Burnt Crimson. HEX triplet: 51, 17 and 18. RGB value is (81,23,24). Sum of RGB (Red+Green+Blue) = 81+23+24=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511718 is #AEE8E7. Grayscale: #282828. Windows color (decimal): -11462888 or 1578833. OLE color: 1578833.
HSL color Cylindrical-coordinate representation of color #511718: hue angle of 358.97º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511718 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 24 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.68 |
| HSL | 358.97º | 0.56% | 0.2% | - |
| HSV(B) | 358.97º | 0.72% | 0.32% | - |
| XYZ | 3.86 | 2.43 | 1.13 | - |
| YUV | 40.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 24 | 0 | 0.72 | 0.70 | 0.68 | 358.97 | 0.56 | 0.2 |
| Hex | 51 | 17 | 18 | 0 | 48 | 46 | 44 | 167 | 38 | 14 |
| Octal | 121 | 27 | 30 | 0 | 110 | 106 | 104 | 547 | 70 | 24 |
| Binary | 1010001 | 10111 | 11000 | 0 | 1001000 | 1000110 | 1000100 | 101100111 | 111000 | 10100 |
Color Harmonies of #511718
Complementary color
Monochromatic Colors of #511718
Black with #511718
Text Example
Text Example
White with #511718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511718; }
p { color: rgb(81,23,24); }
H1.HeaderClassName
{
color: #511718;
}
.AnyTagClassName
{
color: #511718;
}
</style>
background-color css
<style>
a { background-color: #511718; }
a { background-color: rgb(81,23,24); }
div.DivClassName
{
background-color: #511718;
}
.BgClassName
{
background-color: #511718;
}
</style>
border-color css
<style>
span { border-color: #511718; }
span { border-color: rgb(81,23,24); }
td.TdClassName
{
border-color: #511718;
}
.TagClassName
{
border-color: #511718;
}
</style>