Shades of Lonestar #501F20
Tints of Lonestar #501F20
RGB
CMYK
RGB Variations
Color information
#501F20 (or 0x501F20) is known color: Lonestar. HEX triplet: 50, 1F and 20. RGB value is (80,31,32). Sum of RGB (Red+Green+Blue) = 80+31+32=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F20 is #AFE0DF. Grayscale: #2D2D2D. Windows color (decimal): -11526368 or 2105168. OLE color: 2105168.
HSL color Cylindrical-coordinate representation of color #501F20: hue angle of 358.78º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F20 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 32 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.69 |
| HSL | 358.78º | 0.44% | 0.22% | - |
| HSV(B) | 358.78º | 0.61% | 0.31% | - |
| XYZ | 4.06 | 2.79 | 1.69 | - |
| YUV | 45.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 32 | 0 | 0.61 | 0.60 | 0.69 | 358.78 | 0.44 | 0.22 |
| Hex | 50 | 1F | 20 | 0 | 3D | 3C | 45 | 167 | 2C | 16 |
| Octal | 120 | 37 | 40 | 0 | 75 | 74 | 105 | 547 | 54 | 26 |
| Binary | 1010000 | 11111 | 100000 | 0 | 111101 | 111100 | 1000101 | 101100111 | 101100 | 10110 |
Color Harmonies of #501F20
Complementary color
Monochromatic Colors of #501F20
Black with #501F20
Text Example
Text Example
White with #501F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F20; }
p { color: rgb(80,31,32); }
H1.HeaderClassName
{
color: #501F20;
}
.AnyTagClassName
{
color: #501F20;
}
</style>
background-color css
<style>
a { background-color: #501F20; }
a { background-color: rgb(80,31,32); }
div.DivClassName
{
background-color: #501F20;
}
.BgClassName
{
background-color: #501F20;
}
</style>
border-color css
<style>
span { border-color: #501F20; }
span { border-color: rgb(80,31,32); }
td.TdClassName
{
border-color: #501F20;
}
.TagClassName
{
border-color: #501F20;
}
</style>