Shades of Lonestar #501E20
Tints of Lonestar #501E20
RGB
CMYK
RGB Variations
Color information
#501E20 (or 0x501E20) is known color: Lonestar. HEX triplet: 50, 1E and 20. RGB value is (80,30,32). Sum of RGB (Red+Green+Blue) = 80+30+32=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E20 is #AFE1DF. Grayscale: #2D2D2D. Windows color (decimal): -11526624 or 2104912. OLE color: 2104912.
HSL color Cylindrical-coordinate representation of color #501E20: hue angle of 357.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E20 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 32 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.69 |
| HSL | 357.6º | 0.45% | 0.22% | - |
| HSV(B) | 357.6º | 0.63% | 0.31% | - |
| XYZ | 4.03 | 2.74 | 1.68 | - |
| YUV | 45.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 32 | 0 | 0.62 | 0.60 | 0.69 | 357.6 | 0.45 | 0.22 |
| Hex | 50 | 1E | 20 | 0 | 3E | 3C | 45 | 166 | 2D | 16 |
| Octal | 120 | 36 | 40 | 0 | 76 | 74 | 105 | 546 | 55 | 26 |
| Binary | 1010000 | 11110 | 100000 | 0 | 111110 | 111100 | 1000101 | 101100110 | 101101 | 10110 |
Color Harmonies of #501E20
Complementary color
Monochromatic Colors of #501E20
Black with #501E20
Text Example
Text Example
White with #501E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E20; }
p { color: rgb(80,30,32); }
H1.HeaderClassName
{
color: #501E20;
}
.AnyTagClassName
{
color: #501E20;
}
</style>
background-color css
<style>
a { background-color: #501E20; }
a { background-color: rgb(80,30,32); }
div.DivClassName
{
background-color: #501E20;
}
.BgClassName
{
background-color: #501E20;
}
</style>
border-color css
<style>
span { border-color: #501E20; }
span { border-color: rgb(80,30,32); }
td.TdClassName
{
border-color: #501E20;
}
.TagClassName
{
border-color: #501E20;
}
</style>