Shades of Lonestar #502123
Tints of Lonestar #502123
RGB
CMYK
RGB Variations
Color information
#502123 (or 0x502123) is known color: Lonestar. HEX triplet: 50, 21 and 23. RGB value is (80,33,35). Sum of RGB (Red+Green+Blue) = 80+33+35=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #502123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502123 is #AFDEDC. Grayscale: #2F2F2F. Windows color (decimal): -11525853 or 2302288. OLE color: 2302288.
HSL color Cylindrical-coordinate representation of color #502123: hue angle of 357.45º 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 #502123 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 35 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.69 |
| HSL | 357.45º | 0.42% | 0.22% | - |
| HSV(B) | 357.45º | 0.59% | 0.31% | - |
| XYZ | 4.16 | 2.91 | 1.93 | - |
| YUV | 47.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 35 | 0 | 0.59 | 0.56 | 0.69 | 357.45 | 0.42 | 0.22 |
| Hex | 50 | 21 | 23 | 0 | 3B | 38 | 45 | 165 | 2A | 16 |
| Octal | 120 | 41 | 43 | 0 | 73 | 70 | 105 | 545 | 52 | 26 |
| Binary | 1010000 | 100001 | 100011 | 0 | 111011 | 111000 | 1000101 | 101100101 | 101010 | 10110 |
Color Harmonies of #502123
Complementary color
Monochromatic Colors of #502123
Black with #502123
Text Example
Text Example
White with #502123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502123; }
p { color: rgb(80,33,35); }
H1.HeaderClassName
{
color: #502123;
}
.AnyTagClassName
{
color: #502123;
}
</style>
background-color css
<style>
a { background-color: #502123; }
a { background-color: rgb(80,33,35); }
div.DivClassName
{
background-color: #502123;
}
.BgClassName
{
background-color: #502123;
}
</style>
border-color css
<style>
span { border-color: #502123; }
span { border-color: rgb(80,33,35); }
td.TdClassName
{
border-color: #502123;
}
.TagClassName
{
border-color: #502123;
}
</style>