Shades of Burnt Crimson #511719
Tints of Burnt Crimson #511719
RGB
CMYK
RGB Variations
Color information
#511719 (or 0x511719) is known color: Burnt Crimson. HEX triplet: 51, 17 and 19. RGB value is (81,23,25). Sum of RGB (Red+Green+Blue) = 81+23+25=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511719 is #AEE8E6. Grayscale: #282828. Windows color (decimal): -11462887 or 1644369. OLE color: 1644369.
HSL color Cylindrical-coordinate representation of color #511719: hue angle of 357.93º 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 #511719 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 25 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.68 |
| HSL | 357.93º | 0.56% | 0.2% | - |
| HSV(B) | 357.93º | 0.72% | 0.32% | - |
| XYZ | 3.88 | 2.43 | 1.18 | - |
| YUV | 40.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 25 | 0 | 0.72 | 0.69 | 0.68 | 357.93 | 0.56 | 0.2 |
| Hex | 51 | 17 | 19 | 0 | 48 | 45 | 44 | 166 | 38 | 14 |
| Octal | 121 | 27 | 31 | 0 | 110 | 105 | 104 | 546 | 70 | 24 |
| Binary | 1010001 | 10111 | 11001 | 0 | 1001000 | 1000101 | 1000100 | 101100110 | 111000 | 10100 |
Color Harmonies of #511719
Complementary color
Monochromatic Colors of #511719
Black with #511719
Text Example
Text Example
White with #511719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511719; }
p { color: rgb(81,23,25); }
H1.HeaderClassName
{
color: #511719;
}
.AnyTagClassName
{
color: #511719;
}
</style>
background-color css
<style>
a { background-color: #511719; }
a { background-color: rgb(81,23,25); }
div.DivClassName
{
background-color: #511719;
}
.BgClassName
{
background-color: #511719;
}
</style>
border-color css
<style>
span { border-color: #511719; }
span { border-color: rgb(81,23,25); }
td.TdClassName
{
border-color: #511719;
}
.TagClassName
{
border-color: #511719;
}
</style>