Shades of Lonestar #502023
Tints of Lonestar #502023
RGB
CMYK
RGB Variations
Color information
#502023 (or 0x502023) is known color: Lonestar. HEX triplet: 50, 20 and 23. RGB value is (80,32,35). Sum of RGB (Red+Green+Blue) = 80+32+35=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502023 is #AFDFDC. Grayscale: #2E2E2E. Windows color (decimal): -11526109 or 2302032. OLE color: 2302032.
HSL color Cylindrical-coordinate representation of color #502023: hue angle of 356.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502023 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 35 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.69 |
| HSL | 356.25º | 0.43% | 0.22% | - |
| HSV(B) | 356.25º | 0.6% | 0.31% | - |
| XYZ | 4.13 | 2.86 | 1.92 | - |
| YUV | 46.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 35 | 0 | 0.60 | 0.56 | 0.69 | 356.25 | 0.43 | 0.22 |
| Hex | 50 | 20 | 23 | 0 | 3C | 38 | 45 | 164 | 2B | 16 |
| Octal | 120 | 40 | 43 | 0 | 74 | 70 | 105 | 544 | 53 | 26 |
| Binary | 1010000 | 100000 | 100011 | 0 | 111100 | 111000 | 1000101 | 101100100 | 101011 | 10110 |
Color Harmonies of #502023
Complementary color
Monochromatic Colors of #502023
Black with #502023
Text Example
Text Example
White with #502023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502023; }
p { color: rgb(80,32,35); }
H1.HeaderClassName
{
color: #502023;
}
.AnyTagClassName
{
color: #502023;
}
</style>
background-color css
<style>
a { background-color: #502023; }
a { background-color: rgb(80,32,35); }
div.DivClassName
{
background-color: #502023;
}
.BgClassName
{
background-color: #502023;
}
</style>
border-color css
<style>
span { border-color: #502023; }
span { border-color: rgb(80,32,35); }
td.TdClassName
{
border-color: #502023;
}
.TagClassName
{
border-color: #502023;
}
</style>