Shades of Lonestar #502126
Tints of Lonestar #502126
RGB
CMYK
RGB Variations
Color information
#502126 (or 0x502126) is known color: Lonestar. HEX triplet: 50, 21 and 26. RGB value is (80,33,38). Sum of RGB (Red+Green+Blue) = 80+33+38=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #502126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502126 is #AFDED9. Grayscale: #2F2F2F. Windows color (decimal): -11525850 or 2498896. OLE color: 2498896.
HSL color Cylindrical-coordinate representation of color #502126: hue angle of 353.62º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502126 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 38 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.69 |
| HSL | 353.62º | 0.42% | 0.22% | - |
| HSV(B) | 353.62º | 0.59% | 0.31% | - |
| XYZ | 4.2 | 2.93 | 2.18 | - |
| YUV | 47.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 38 | 0 | 0.59 | 0.52 | 0.69 | 353.62 | 0.42 | 0.22 |
| Hex | 50 | 21 | 26 | 0 | 3B | 34 | 45 | 162 | 2A | 16 |
| Octal | 120 | 41 | 46 | 0 | 73 | 64 | 105 | 542 | 52 | 26 |
| Binary | 1010000 | 100001 | 100110 | 0 | 111011 | 110100 | 1000101 | 101100010 | 101010 | 10110 |
Color Harmonies of #502126
Complementary color
Monochromatic Colors of #502126
Black with #502126
Text Example
Text Example
White with #502126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502126; }
p { color: rgb(80,33,38); }
H1.HeaderClassName
{
color: #502126;
}
.AnyTagClassName
{
color: #502126;
}
</style>
background-color css
<style>
a { background-color: #502126; }
a { background-color: rgb(80,33,38); }
div.DivClassName
{
background-color: #502126;
}
.BgClassName
{
background-color: #502126;
}
</style>
border-color css
<style>
span { border-color: #502126; }
span { border-color: rgb(80,33,38); }
td.TdClassName
{
border-color: #502126;
}
.TagClassName
{
border-color: #502126;
}
</style>