Shades of Burnt Crimson #511A1D
Tints of Burnt Crimson #511A1D
RGB
CMYK
RGB Variations
Color information
#511A1D (or 0x511A1D) is known color: Burnt Crimson. HEX triplet: 51, 1A and 1D. RGB value is (81,26,29). Sum of RGB (Red+Green+Blue) = 81+26+29=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A1D is #AEE5E2. Grayscale: #2A2A2A. Windows color (decimal): -11462115 or 1907281. OLE color: 1907281.
HSL color Cylindrical-coordinate representation of color #511A1D: hue angle of 356.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A1D is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 29 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.68 |
| HSL | 356.73º | 0.51% | 0.21% | - |
| HSV(B) | 356.73º | 0.68% | 0.32% | - |
| XYZ | 3.98 | 2.58 | 1.45 | - |
| YUV | 42.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 29 | 0 | 0.68 | 0.64 | 0.68 | 356.73 | 0.51 | 0.21 |
| Hex | 51 | 1A | 1D | 0 | 44 | 40 | 44 | 165 | 33 | 15 |
| Octal | 121 | 32 | 35 | 0 | 104 | 100 | 104 | 545 | 63 | 25 |
| Binary | 1010001 | 11010 | 11101 | 0 | 1000100 | 1000000 | 1000100 | 101100101 | 110011 | 10101 |
Color Harmonies of #511A1D
Complementary color
Monochromatic Colors of #511A1D
Black with #511A1D
Text Example
Text Example
White with #511A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A1D; }
p { color: rgb(81,26,29); }
H1.HeaderClassName
{
color: #511A1D;
}
.AnyTagClassName
{
color: #511A1D;
}
</style>
background-color css
<style>
a { background-color: #511A1D; }
a { background-color: rgb(81,26,29); }
div.DivClassName
{
background-color: #511A1D;
}
.BgClassName
{
background-color: #511A1D;
}
</style>
border-color css
<style>
span { border-color: #511A1D; }
span { border-color: rgb(81,26,29); }
td.TdClassName
{
border-color: #511A1D;
}
.TagClassName
{
border-color: #511A1D;
}
</style>