Shades of Burnt Crimson #501819
Tints of Burnt Crimson #501819
RGB
CMYK
RGB Variations
Color information
#501819 (or 0x501819) is known color: Burnt Crimson. HEX triplet: 50, 18 and 19. RGB value is (80,24,25). Sum of RGB (Red+Green+Blue) = 80+24+25=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501819 is #AFE7E6. Grayscale: #282828. Windows color (decimal): -11528167 or 1644624. OLE color: 1644624.
HSL color Cylindrical-coordinate representation of color #501819: hue angle of 358.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501819 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 25 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.69 |
| HSL | 358.93º | 0.54% | 0.2% | - |
| HSV(B) | 358.93º | 0.7% | 0.31% | - |
| XYZ | 3.81 | 2.43 | 1.19 | - |
| YUV | 40.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 25 | 0 | 0.70 | 0.69 | 0.69 | 358.93 | 0.54 | 0.2 |
| Hex | 50 | 18 | 19 | 0 | 46 | 45 | 45 | 167 | 36 | 14 |
| Octal | 120 | 30 | 31 | 0 | 106 | 105 | 105 | 547 | 66 | 24 |
| Binary | 1010000 | 11000 | 11001 | 0 | 1000110 | 1000101 | 1000101 | 101100111 | 110110 | 10100 |
Color Harmonies of #501819
Complementary color
Monochromatic Colors of #501819
Black with #501819
Text Example
Text Example
White with #501819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501819; }
p { color: rgb(80,24,25); }
H1.HeaderClassName
{
color: #501819;
}
.AnyTagClassName
{
color: #501819;
}
</style>
background-color css
<style>
a { background-color: #501819; }
a { background-color: rgb(80,24,25); }
div.DivClassName
{
background-color: #501819;
}
.BgClassName
{
background-color: #501819;
}
</style>
border-color css
<style>
span { border-color: #501819; }
span { border-color: rgb(80,24,25); }
td.TdClassName
{
border-color: #501819;
}
.TagClassName
{
border-color: #501819;
}
</style>