Shades of Burnt Crimson #511A1B
Tints of Burnt Crimson #511A1B
RGB
CMYK
RGB Variations
Color information
#511A1B (or 0x511A1B) is known color: Burnt Crimson. HEX triplet: 51, 1A and 1B. RGB value is (81,26,27). Sum of RGB (Red+Green+Blue) = 81+26+27=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A1B is #AEE5E4. Grayscale: #2A2A2A. Windows color (decimal): -11462117 or 1776209. OLE color: 1776209.
HSL color Cylindrical-coordinate representation of color #511A1B: hue angle of 358.91º 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 #511A1B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 27 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.68 |
| HSL | 358.91º | 0.51% | 0.21% | - |
| HSV(B) | 358.91º | 0.68% | 0.32% | - |
| XYZ | 3.96 | 2.57 | 1.32 | - |
| YUV | 42.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 27 | 0 | 0.68 | 0.67 | 0.68 | 358.91 | 0.51 | 0.21 |
| Hex | 51 | 1A | 1B | 0 | 44 | 43 | 44 | 167 | 33 | 15 |
| Octal | 121 | 32 | 33 | 0 | 104 | 103 | 104 | 547 | 63 | 25 |
| Binary | 1010001 | 11010 | 11011 | 0 | 1000100 | 1000011 | 1000100 | 101100111 | 110011 | 10101 |
Color Harmonies of #511A1B
Complementary color
Monochromatic Colors of #511A1B
Black with #511A1B
Text Example
Text Example
White with #511A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A1B; }
p { color: rgb(81,26,27); }
H1.HeaderClassName
{
color: #511A1B;
}
.AnyTagClassName
{
color: #511A1B;
}
</style>
background-color css
<style>
a { background-color: #511A1B; }
a { background-color: rgb(81,26,27); }
div.DivClassName
{
background-color: #511A1B;
}
.BgClassName
{
background-color: #511A1B;
}
</style>
border-color css
<style>
span { border-color: #511A1B; }
span { border-color: rgb(81,26,27); }
td.TdClassName
{
border-color: #511A1B;
}
.TagClassName
{
border-color: #511A1B;
}
</style>