Shades of Burnt Crimson #511B1C
Tints of Burnt Crimson #511B1C
RGB
CMYK
RGB Variations
Color information
#511B1C (or 0x511B1C) is known color: Burnt Crimson. HEX triplet: 51, 1B and 1C. RGB value is (81,27,28). Sum of RGB (Red+Green+Blue) = 81+27+28=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B1C is #AEE4E3. Grayscale: #2B2B2B. Windows color (decimal): -11461860 or 1842001. OLE color: 1842001.
HSL color Cylindrical-coordinate representation of color #511B1C: hue angle of 358.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B1C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 28 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.68 |
| HSL | 358.89º | 0.5% | 0.21% | - |
| HSV(B) | 358.89º | 0.67% | 0.32% | - |
| XYZ | 3.99 | 2.62 | 1.39 | - |
| YUV | 43.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 28 | 0 | 0.67 | 0.65 | 0.68 | 358.89 | 0.5 | 0.21 |
| Hex | 51 | 1B | 1C | 0 | 43 | 41 | 44 | 167 | 32 | 15 |
| Octal | 121 | 33 | 34 | 0 | 103 | 101 | 104 | 547 | 62 | 25 |
| Binary | 1010001 | 11011 | 11100 | 0 | 1000011 | 1000001 | 1000100 | 101100111 | 110010 | 10101 |
Color Harmonies of #511B1C
Complementary color
Monochromatic Colors of #511B1C
Black with #511B1C
Text Example
Text Example
White with #511B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B1C; }
p { color: rgb(81,27,28); }
H1.HeaderClassName
{
color: #511B1C;
}
.AnyTagClassName
{
color: #511B1C;
}
</style>
background-color css
<style>
a { background-color: #511B1C; }
a { background-color: rgb(81,27,28); }
div.DivClassName
{
background-color: #511B1C;
}
.BgClassName
{
background-color: #511B1C;
}
</style>
border-color css
<style>
span { border-color: #511B1C; }
span { border-color: rgb(81,27,28); }
td.TdClassName
{
border-color: #511B1C;
}
.TagClassName
{
border-color: #511B1C;
}
</style>