Shades of Burnt Crimson #501B1E
Tints of Burnt Crimson #501B1E
RGB
CMYK
RGB Variations
Color information
#501B1E (or 0x501B1E) is known color: Burnt Crimson. HEX triplet: 50, 1B and 1E. RGB value is (80,27,30). Sum of RGB (Red+Green+Blue) = 80+27+30=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B1E is #AFE4E1. Grayscale: #2B2B2B. Windows color (decimal): -11527394 or 1973072. OLE color: 1973072.
HSL color Cylindrical-coordinate representation of color #501B1E: hue angle of 356.6º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B1E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 30 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.69 |
| HSL | 356.6º | 0.5% | 0.21% | - |
| HSV(B) | 356.6º | 0.66% | 0.31% | - |
| XYZ | 3.93 | 2.58 | 1.52 | - |
| YUV | 43.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 30 | 0 | 0.66 | 0.62 | 0.69 | 356.6 | 0.5 | 0.21 |
| Hex | 50 | 1B | 1E | 0 | 42 | 3E | 45 | 165 | 32 | 15 |
| Octal | 120 | 33 | 36 | 0 | 102 | 76 | 105 | 545 | 62 | 25 |
| Binary | 1010000 | 11011 | 11110 | 0 | 1000010 | 111110 | 1000101 | 101100101 | 110010 | 10101 |
Color Harmonies of #501B1E
Complementary color
Monochromatic Colors of #501B1E
Black with #501B1E
Text Example
Text Example
White with #501B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B1E; }
p { color: rgb(80,27,30); }
H1.HeaderClassName
{
color: #501B1E;
}
.AnyTagClassName
{
color: #501B1E;
}
</style>
background-color css
<style>
a { background-color: #501B1E; }
a { background-color: rgb(80,27,30); }
div.DivClassName
{
background-color: #501B1E;
}
.BgClassName
{
background-color: #501B1E;
}
</style>
border-color css
<style>
span { border-color: #501B1E; }
span { border-color: rgb(80,27,30); }
td.TdClassName
{
border-color: #501B1E;
}
.TagClassName
{
border-color: #501B1E;
}
</style>