Shades of Lonestar #502226
Tints of Lonestar #502226
RGB
CMYK
RGB Variations
Color information
#502226 (or 0x502226) is known color: Lonestar. HEX triplet: 50, 22 and 26. RGB value is (80,34,38). Sum of RGB (Red+Green+Blue) = 80+34+38=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502226 is #AFDDD9. Grayscale: #303030. Windows color (decimal): -11525594 or 2499152. OLE color: 2499152.
HSL color Cylindrical-coordinate representation of color #502226: hue angle of 354.78º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502226 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 38 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.69 |
| HSL | 354.78º | 0.4% | 0.22% | - |
| HSV(B) | 354.78º | 0.58% | 0.31% | - |
| XYZ | 4.23 | 2.99 | 2.19 | - |
| YUV | 48.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 38 | 0 | 0.58 | 0.52 | 0.69 | 354.78 | 0.4 | 0.22 |
| Hex | 50 | 22 | 26 | 0 | 3A | 34 | 45 | 163 | 28 | 16 |
| Octal | 120 | 42 | 46 | 0 | 72 | 64 | 105 | 543 | 50 | 26 |
| Binary | 1010000 | 100010 | 100110 | 0 | 111010 | 110100 | 1000101 | 101100011 | 101000 | 10110 |
Color Harmonies of #502226
Complementary color
Monochromatic Colors of #502226
Black with #502226
Text Example
Text Example
White with #502226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502226; }
p { color: rgb(80,34,38); }
H1.HeaderClassName
{
color: #502226;
}
.AnyTagClassName
{
color: #502226;
}
</style>
background-color css
<style>
a { background-color: #502226; }
a { background-color: rgb(80,34,38); }
div.DivClassName
{
background-color: #502226;
}
.BgClassName
{
background-color: #502226;
}
</style>
border-color css
<style>
span { border-color: #502226; }
span { border-color: rgb(80,34,38); }
td.TdClassName
{
border-color: #502226;
}
.TagClassName
{
border-color: #502226;
}
</style>