Shades of Lonestar #501E1F
Tints of Lonestar #501E1F
RGB
CMYK
RGB Variations
Color information
#501E1F (or 0x501E1F) is known color: Lonestar. HEX triplet: 50, 1E and 1F. RGB value is (80,30,31). Sum of RGB (Red+Green+Blue) = 80+30+31=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E1F is #AFE1E0. Grayscale: #2D2D2D. Windows color (decimal): -11526625 or 2039376. OLE color: 2039376.
HSL color Cylindrical-coordinate representation of color #501E1F: hue angle of 358.8º 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 #501E1F is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 31 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.69 |
| HSL | 358.8º | 0.45% | 0.22% | - |
| HSV(B) | 358.8º | 0.63% | 0.31% | - |
| XYZ | 4.02 | 2.73 | 1.61 | - |
| YUV | 45.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 31 | 0 | 0.62 | 0.61 | 0.69 | 358.8 | 0.45 | 0.22 |
| Hex | 50 | 1E | 1F | 0 | 3E | 3D | 45 | 167 | 2D | 16 |
| Octal | 120 | 36 | 37 | 0 | 76 | 75 | 105 | 547 | 55 | 26 |
| Binary | 1010000 | 11110 | 11111 | 0 | 111110 | 111101 | 1000101 | 101100111 | 101101 | 10110 |
Color Harmonies of #501E1F
Complementary color
Monochromatic Colors of #501E1F
Black with #501E1F
Text Example
Text Example
White with #501E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E1F; }
p { color: rgb(80,30,31); }
H1.HeaderClassName
{
color: #501E1F;
}
.AnyTagClassName
{
color: #501E1F;
}
</style>
background-color css
<style>
a { background-color: #501E1F; }
a { background-color: rgb(80,30,31); }
div.DivClassName
{
background-color: #501E1F;
}
.BgClassName
{
background-color: #501E1F;
}
</style>
border-color css
<style>
span { border-color: #501E1F; }
span { border-color: rgb(80,30,31); }
td.TdClassName
{
border-color: #501E1F;
}
.TagClassName
{
border-color: #501E1F;
}
</style>